This application was created so an employee can use to generate a random password based on criteria they’ve selected. This app will run in the browser, and will feature dynamically updated HTML and CSS powered by JavaScript. It has a clean and polished user interface that is responsive, and it adapts to multiple screen sizes.
As an employee with access to sensitive data You would want to randomly generate a password that meets certain criteria so that you can create a strong password that provides greater security Acceptance Criteria
WHEN the generate password button is pressed to generate a password THEN you are presented with a series of prompts for password criteria WHEN prompted for password criteria THEN you would select which criteria to include in the password WHEN prompted for the length of the password THEN you would choose a length of at least 8 characters and no more than 128 characters WHEN prompted for character types to include in the password THEN you choose lowercase, uppercase, numeric, and/or special characters WHEN you have answered each prompt THEN your input should be validated and 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 THEN the password is displayed in the pages text box.
- HTML
- CSS