This webpage was designed as a simple generator for a random password. After clicking the "generate password" button, a series of prompts allow a user to select their passwrod length and various character types for their password. The character types include: lower case letters, upper case letters, numbers, and special characters. The generator requires that at least one character type be chosen, if not, the user will be prompted to start the series of prompts over. Once the length and character types have been selected, a random password is generated and entered into the card text box on the webpage. This generator has use for creating strong passwords for users, particularly useful to those who desire to use multiple character types to maintain safety in their passwords for their various accounts online.
This webpage was uploaded to GitHub at the repository: https://github.com/jacksonhanks/PasswordGenerator_JavaScript-JacksonH.git
This webpage can also be accessed by the deployed aapplication with the following link: https://jacksonhanks.github.io/PasswordGenerator_JavaScript-JacksonH/
This webpage was created with the help of tutor, Julio Valdez, as well as various third party attributes linked below.
MIT License
