A password generator
This project created a password word generator that gives the user options on how the password will be made.
- Created prompts for selection of password criteria
- Prompts consited of length, numbers, special characters, and both upper and lower case letters
- Validated the inputs for length of password and at least one character type selected
- Password is generated with selected charactor type and displayed on the page