
Password Generator App using Sass and Javascript
Design comparison
Solution retrospective
This time, I tried to be more patient, taking the necessary time to think through the solution to the problem. When I couldn't figure it out, I would Google it or ask ChatGPT, but only specific questions about how something worked, not the answer itself, as I feel that would be cheating. I don't think I would do anything differently; I believe the way I'm approaching it is helping me learn.
What challenges did you encounter, and how did you overcome them?The part of configure the password strenght with the checkboxes.
Community feedback
- P@AchigyusPosted 10 days ago
Hey Leeport
Great work on your solution. It looks really great. I just have a few tips for you to help. 😊
-
I noticed that when you load into the page, the password length slider has a default value of 8, and also the linear gradient is not applied. An easy way to fix this, would be to initialize the slider at 6 (which is your min value), and when the user uses the slider, it will apply the linear gradient.
-
I also noticed that the password strength indicator only shows after the user has generated the password. I feel like it would be better user experience to update the password strength as the user selects the password options (uppercase, lowercase, etc.)
That's all. I would love for us to connect. I have followed you on GitHub and sent a connection request on LinkedIn.
Great work once again 🥳
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