Skip to content

Javascript browser application generates a random password based on user-selected criteria. An exercise in fundamental Javascript concepts and in utilizing vanilla Javascript.

Notifications You must be signed in to change notification settings

kristenpicard/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

https://kristenpicard.github.io/Password-Generator/

Description

In this project I wanted to create a password generator.
I wanted to prompt the user to select various inputs for their desired resulting password. I set the length of the password to be between 8 and 128 characters. I gave the user the option of whether or not they want to include special characters in their password. I gave the user the option of whether or not they want to include numbers in their password. I require the password to include letters but give the user the option of whether or not they wat to include upper case letters in their password. Once all of the user prompts are answered, then the password is displayed.

Here is what the user sees when they click the generate button the first time:
1

Here are examples of each of the various prompts:
2
3
4
5
Finally, here is an example of a finished password:
6

Installation

Clone the repository at https://github.com/kristenpicard/Password-Generator and load it on code editor of your choice. Vscode is the prefered editor.

Credits

Kristen Picard https://github.com/kristenpicard

License

MIT License test

About

Javascript browser application generates a random password based on user-selected criteria. An exercise in fundamental Javascript concepts and in utilizing vanilla Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published