readme icon indicating copy to clipboard operation
readme copied to clipboard

Initial bugs

Open 03prashantpk opened this issue 3 years ago • 2 comments

Initial Issues or Bugs

  1. Hand wave is not appearing (because of spacing in "scr" attribute)
  2. Social media badges are not appearing (because there is no space between the above and the below lines)
  3. Tripple Hashtag (###) are appearing on Github stats:
  4. Lot's of
    tags are used which can be avoided.

Suggestion:

  1. There should be a dedicated headline for the Social media platform.
  2. Git Status should be the main head and each stats should come under subhead.
  3. There should be an option for the email addresses.

UI - Improvement

UI is not up to the mark

03prashantpk avatar Sep 15 '21 11:09 03prashantpk

@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 avatar Sep 16 '21 04:09 rajivranjanmars

@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.

03prashantpk avatar Sep 16 '21 22:09 03prashantpk