Password Generator Starter Code

https://nmihaly.github.io/password-generator/

  • Created password generator which meets all the criteria for the assignment including: ** a series of prompts for password criteria. ** the ability to select which criteria to include in the password. ** option to choose a length of at least 8 characters and no more than 128 characters. ** option to choose lowercase, uppercase, numeric, and/or special characters to make a unique password. ** input is validated and at least one character type is selected. ** password is generated that matches the selected criteria. ** password is written to the page

Password Generator