A password generator in which the user is prompted to select password criteria via modals.
The project repository can be found here and the live link can be found here.
The goal of this assignment was to create a password generator that would meet certain criteria:
- User is presented with criteria for their password
- User chooses the length of their password
- User chooses whether they want to include lowercase letters, uppercase letters, numbers, and/or symbols
- Once criteria selections are made, a password is generated matching the user's selections
- The generated password is rendered to the page
- JavaScript
- HTML
- CSS

