This web application allows users to generate a random password based on criteria they’ve selected. The app features dynamically updated HTML and CSS powered by JavaScript code. The password can include special characters.
Here is the link to the deployed application: https://whefert.github.io/password-generator/
See screenshot from the web application below:
- Unique password is generated when the button is clicked
- Present a series of prompts for password criteria
- Length of password
- At least 8 characters but no more than 128.
- Character types
- Lowercase
- Uppercase
- Numeric
- Special characters ($@%&*, etc)
- Length of password
- Code validates for each input and at least one character type must be selected
- Once prompts are answered then the password is generated and written to the page
- Present a series of prompts for password criteria
N/A
- To use the password generator, simply visit the url for the deployed application and respond to the prompts.
N/A
Please refer to the LICENSE in the repo.
