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.
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
- If the user check less than three options, prevent password generation and show an error message.
- If the user set password length less than six characters, prevent password generation and show another error message.
- If the user check three or more options and set password length to six and try to click the copy button, prevent password generation and show another error message.
- Solution URL: https://www.frontendmentor.io/solutions/password-generator-plus-y722OaZCYY
- Live Site URL: https://zolfikaar.github.io/password-generator-frontend-mentor/
- Frontend Mentor - @Zolfikaar