Password Generator App using Vite, Sass and Vanilla JS
Design comparison
Solution retrospective
-
Learning how to copy a content with a button. Learning how to generate password and evaluate it.
-
On the css, Learning how to build pure css checkbox and range slider
-
On the css, there was a issue when I wanna build range slider. The background color of the filled value must be different with empty side. I handle this one with JS.
-
On the JS, evaluate strength of the password was challenging. I've used regex to handle this. I'm not sure yet about it and I think I can improve it too.
Please take a look at the different parts of my code Specially for Java Script and Accessibility and if you see any issues, give me feedback so I can improve. Thank you.
Community feedback
- @rohantayalPosted 4 months ago
Very well-designed Qumran, great job.
I found a small issue in your project regarding the strength bars. For instance, when I select all charsets and set the password length to 8, it indicates "Strong." However, when I increase the length to 11, even with all the checkboxes checked, it shows "Medium."
To address this, I suggest removing the condition that deducts a point from the strength value if a character is repeated.
1
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