Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 1 year ago

Password generator app using vanilla JS

Anton Vasilache•580
@Antonvasilache
A solution to the Password generator app challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?
  • Glad I did the HTML/CSS relatively fast
  • I thought about using ASCII codes for a password algorithm and managed to make it work
  • I refactored the functions to pure, and split the code to be somewhat modular
  • Would probably choose a different method or look into a library, if this was something other than a demo project
What challenges did you encounter, and how did you overcome them?
  • Creating the range input was a challenge, due to the browser defaults - I managed to find a resource that explains well how to remove the browser defaults and create your own.
  • Styling the svg images was difficult due to how they resize
  • Creating the 4 password categories took a lot of trial and error, to cover as many cases as I could
What specific areas of your project would you like help with?

I think there could be some more refactoring done to the code.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Anton Vasilache'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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License