Create an application that an employee can use to generate a random password based on their selected criteria.
This Random Password Generator App will run in the browser, and will feature dynamically updated HTML and CSS powered by JavaScript code.
-
Deployed link: https://github.com/kaihuan-huang/Password_Generator
-
Gitpage link: https://kaihuan-huang.github.io/Password_Generator/
-
Presented with a series of prompts for password criteria;
-
Prompted for the length of the password(length of at least 8 characters and no more than 128 characters);
-
Confirmed whether or not to include lowercase, uppercase, numeric, and/or special characters on each prompt;
-
Limited the length of password (between 8 - 128 characters);
-
Answered each prompt that input should be validated and at least one character type should be selected;
-
The password will display in written to the page when password is generated.
The following images demonstrate the web application's appearance and functionality: