Password Generator using HTML, SCSS and Vanilla JS
Design comparison
Solution retrospective
Hello everyone,
This is my solution for the password generator. I am not 100% happy with it but for now, that is the best that I can do.
One thing that could use some improvement is the password strength logic. To measure the strength, I used regex to check for the amount of different characters found in the password, and with that, define it's strength.
For me, that one bit was the most challenging one since there are so many ways that one could achieve that.
Sure learned quite a bit in this challenge, like creating a custom slider and custom check buttons. I had fun, at least most of the time :D
If there's any suggestions on improvements I can make, be it Javascript or design, please let me know!
Happy coding 🤓
Community feedback
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