Password Generator App

Solution retrospective
I think I did well in writing the code for the JavaScript functionality in a way that the functions that are used only do one thing and they don't rely on elements outside of their scope for the most part. I manage to achieve this result by refactoring my code several times. For my next projects I would like to build on this and keep improving my skills to build cleaner, more readable and maintainable code.
What challenges did you encounter, and how did you overcome them?One of the challenges I faced was on how to style the range input for the password length, I didn't know how to have a different color on the side of the input that was filled. I managed to solve this by creating a <div>
element and positioning it under the range input and using JavaScript I adjusted the width of the element.
I would like to receive feedback on the way I used to evaluate the strength of a generated password.
Any suggestions on different ways to implement the random password generation, mistakes I might have overlooked and suggestions to improve accessibility would be appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Gustavo Gutiérrez's solution.
Join 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