This is a solution to the Password generator app challenge on Frontend Mentor.
This password generator is able to:
- Generate a password based on the selected options
- Click-and-copy the generated password to the computer's clipboard
- See a strength rating for their generated password
- The strength rating is based on both length and included characters types
- View the optimal layout of the interface depending on screen size
- See hover and focus states for all interactive elements on the page
- Live Site URL: https://helmerr302.github.io/03_Password-generator/
- HTML5
- CSS custom properties
- Javascript
- Git