
Password generator and strength verification using css, html and js
Design comparison
Solution retrospective
I realized the importance of planning during the initial stages of a project to avoid unnecessary refactoring later. In future challenges, I plan to anticipate all possible scenarios and involve every relevant element.
What challenges did you encounter, and how did you overcome them?The main challenge I faced was evaluating the strength of generated passwords. To address this, I searched the npm registry for libraries that could solve this problem. Additionally, for styling the range input, I conducted research in online forums.
What specific areas of your project would you like help with?I need assistance with the use of labels for checkboxes. While my solution works, I’m encountering issues with the clickable area between the label and the ::before pseudo-element, which behaves unexpectedly.
Community feedback
- P@Joshk7Posted about 2 months ago
Great Job. I really like the animations for the outlines of the checkboxes when clicked. As for styling the labels, that's a tough problem, but you could possibly make the label right next to the checkbox and then just add padding to the right however much you need so it's still clickable. Hope this helps!
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord