Random Password Generator with JavaScipt

Password Generator project

This app is based on a solo project that was suggested during the Frontend Developer Career Path at the Scrimba platform.

I really enjoyed this project because we were only given some Figma design and some basic goals: develop an interface that would generate 4 different random passwords after a button is clicked. I studied the design on Figma and started by doing the HTML and CSS. After some pseudo-JS code, I finally developed the functions and events that would allow all the app’s functionalities.

Here is some of that code:

password generator snippet 1

I added some extra features on my own, like choosing the number of characters for the password and copying the new password just by clicking on it.

Take a look at its full code or see it live