To create an application, utilizing JavaScript fundamentals, that enables the user to generate a random password based off specific parameters they select (i.e. password length and character type). This application will run in Google Chrome and has an user-interface that is responsive to multiple screen-sizes.
- Click red button labeled "Generate Password".
- Type desired password length and press "OK".
- Select "OK" if you would like CAPITAL LETTERS in your password. Select "Cancel" if not.
- Select "OK" if you would like LOWER LETTERS in your password. Select "Cancel" if not.
- Select "OK" if you would like NUMBERS in your password. Select "Cancel" if not.
- Select "OK" if you would like SPECIAL CHARACTERS in your password. Select "Cancel" if not.
- Highlight randomly generated password and copy it to your clipboard.
The following items were provided by University of Texas at Austin Bootcamp curriculum.
- style.css
- index.html
- specific sections in script.js including;
- function writePassword()
- button event listener