An app that generates random passwords based on a few user inputs, e.g. length, types of characters, etc.
Built with HTML, CSS, and vanilla JavaScript.
-
Users should be able to:
- Generate 4 passwords by 8-12 characters clicking on the button
- Set the password length by slider
- See passwords' length in real time
- Copy passwords to the clipboard clicking on the them
- See hover states for interactive elements
Tools Used
HTML
CSS
JavaScript