*Starter Code provided *HTML provided *CSS provided *BUILT WITH *HTML *CSS *JAVA
*GIVEN a starter code providing layout of website. *The "genrate password" button was not functional. *No prompts had been programmed in javascript.
*Now user is presented with a series of prompts for password criteria *Updated javascript so that user is prompted for the length of the password *Password must be at least 8 characters and no more than 128 characters *Javacript now includes prompts for character types to include in the password *User can choose lowercase, uppercase, numeric, and/or special characters *At least one character type should be selected *WHEN all prompts are answered *THEN a password is generated that matches the selected criteria *WHEN the password is generated it is written on the page
#Link to deployed project https://jojoford.github.io/password-generator/