Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Adam Martin

amartin80108@gmail.com

GT Coding Boot Camp Homework #3

Created: 05/15/2022

Due: 05/16/2022

Links

GitRepo: https://github.com/AmartinVT/Week3Homework

GitPage: https://amartinvt.github.io/Week3Homework/

Code Explaination

This project is a random password generator web application. The user clicks the "Generate Password" button to launch the application.

The user is then prompted to enter the desired password length. The app requires the length to be between 8 and 128 characters, otherwise the user is alerted of the error and the application restarts.

Once the user enters a valid length, the user is then prompted to customize the password criteria.

The first prompt asks if there can be uppercase letters.

The second prompt asks if there can be lowercase letters.

The third prompt asks if there can be numbers.

The fourth prompt asks if there can be special characters.

Valid Characters

The total list of valid characters if the user says "YES" to all prompts:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789~`!@#$%^&*()_-+={}[]|:;"<,>.?/

Screen Shots

See the "Screen Shots" folder for images of the completed application

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages