For this project, I set out on a goal to provide a way for someone to recieve a randomly generated password with whatever character types they would like in it. This project allows a user to simply click a button and after doing so, 5 prompts appear one after the other on the screen to decide the parameters of what will be contained in the password. The user will be able to have a password length between 8-128 characters and depending on what they choose, the password may contain uppercase, lowercase, and/or special characters as well as numbers. While completing this project I learned how to properly utilize for loops and an eventlistener.
N/A
You can find the project here: https://trlivenp.github.io/Random-Password-Generator/
When you first open the website you will see a screen alike the one pictured below. To recieve a randomly generated password first you will want to simply just click the red button at the bottome of the screen.
Once you click the red button the first prompt will appear at the top of the screen. You must type in a number between 8 and 128.
If an invalid number is entered the prompt will inform you that number is not within the parameters and to try again.
Once the length has been inputted. There will be a total of 4 more prompts appearing. Each one will be asking if you will like to have a specific character type included in the generated password. First prompt will be asking if you want lowercase letters in the password.
Second prompt will be asking if you want to include uppercase letters within the password
Third prompt will be regarding numbers and asking if you want your password to include them.
Final prompt will be regarding special characters. Also pay in mind that if you click cancel it will go straight to the next prompt and will not include the character type that it was asking you about.
Starter code was provided by Rutgers Fullstack Flex Coding Bootcamp
MIT License
Please refer to the LICENSE file within this repo for more information.
Alert Boxes
Prompt Boxes
Confirmation Boxes
Generate Password Button






