- When a user clicks generate password they will be given prompts to confirm what will be included in the password.
- User must enter a choice between 8 to 128 characters, and if not they will be given an alert message to correct their input.
- Users are then given prompts to include or skip numeric, special, uppercase, and lowercase characters.
- Password will then be generated and provided to them on screen.
For this challenge, I created a password generator that requires input from a user to generate a password them to fit their specific needs.
Link to the deployed website: Here