Deployed Application Link: https://adinair007.github.io/PasswordGenerator-Challenge3/pswdgenerator.html
Added and refactored code so when a NEW & SECURE password is needed:
-
Clicking the button to generate a password presents user with a series of prompts for password criteria
-
User is prompted for length of password, choosing a length between 8 & 128 characters
-
User is asked for character types to include in the password and confirms whether or not to include lowercase, uppercase, numeric, and/or special characters
-
User is prompted to select at least on character type.
-
When all prompts are answered; a password is generated that matches the selected criteria
-
Generated password is displayed on the webpage
Screenshot of deployed application:
Password generated

