readme
readme copied to clipboard
Initial bugs
Initial Issues or Bugs
- Hand wave is not appearing (because of spacing in "scr" attribute)
- Social media badges are not appearing (because there is no space between the above and the below lines)
- Tripple Hashtag (###) are appearing on Github stats:
- Lot's of
tags are used which can be avoided.
Suggestion:
- There should be a dedicated headline for the Social media platform.
- Git Status should be the main head and each stats should come under subhead.
- There should be an option for the email addresses.
UI - Improvement
UI is not up to the mark
@03prashantpk, thanks for reporting the issue. Would you like to make a pull request to fix that? 🙂 if you could help to work on it, that would be great!
@03prashantpk, thanks for reporting the issue. Would you like to make a pull request to fix that? 🙂 if you could help to work on it, that would be great!
@rajivranjanmars I have updated few things from my side. Updates available on https://confident-rosalind-4f94f9.netlify.app/
Updates
- UI improved
- Added tooltips
- Space from the input will be removed automatically.
- Added as well as modified codes for README.md
New Update Suggestion
- We can allow users to add some basic Languages using Checkbox
- We can allow users to add some basic tools too using the Checkbox.
New Bugs
- Required attribute is not working because of button type="button" (it should be). [In short Required attribute is not working currently]
- Or we can use js to validate button using onclick function.