This is a solution to the Password generator app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
- Generate a password based on the selected inclusion options
- Copy the generated password to the computer's clipboard
- See a strength rating for their generated password
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Solution URL: Github Code
- Live Site URL: Live Site URL
- Semantic HTML5 markup
- CSS
- JavaScript
I learnt a lot about the input range element and how different browsers implement its details. I also learnt a bit about passwords and entropy
- Frontend Mentor - @nursh
The MDN documents were a big help and the CSS-Tricks article