Skip to content

trlivenp/Random-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random_Password_Generator

Description

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.

Installation

N/A

Usage

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.

Homescreen of webpage

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.

First prompt message

If an invalid number is entered the prompt will inform you that number is not within the parameters and to try again.

Error Prompt

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.

lowercase character prompt

Second prompt will be asking if you want to include uppercase letters within the password

uppercase character prompt

Third prompt will be regarding numbers and asking if you want your password to include them.

numbers prompt

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.

special character prompt

Credits

Starter code was provided by Rutgers Fullstack Flex Coding Bootcamp

License

MIT License

Please refer to the LICENSE file within this repo for more information.

Features

Alert Boxes

Prompt Boxes

Confirmation Boxes

Generate Password Button

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors