I built an random password generator.
Link to project: https://stellar-croquembouche-d4267f.netlify.app/
Tech used: HTML, CSS, JavaScript
This project was designed and built with vanilla javascript functions, HTML, and CSS. I have the program 1Password, this program inspired me to imitate the random password generating component of the program in a project.
- Add button function to copy password to clipboard
- Change the length of the password
- Add restrictions for character types to be present in passwords
This was a fun project to recreate a feature I use in 1Password. It helped with my understanding of structuring my functions in JS, using flexbox, and designing this page with HTML and CSS.