Skip to content

Chae-Lee/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-generator

This is a JavaScript application that can be used to generate a random password in the browser

Random Password Generator

This is an application that runs in the browser and features dynamically updated HTML and CSS that is powered by JavaScript code.

Description

The code will run to generate a password when the button on the webpage is clicked.

When button is clicked series of prompts for the password criteria will display.

Password length will need to be no less than 8 and no greater than 128. User can select different character types they would like in their password: at least one character type needs to be selected to fulfil the criteria and generate a password.

The password can include special character types such as :

  • Lower case
  • Upper case
  • Numeric values
  • Special characters

console.log has been added throughout the script to ensure that there are no errors within the code. [This can be removed if necessary]

Usage

Code is written to generate random password. The parameters (length of password & types of characters)can be changed and updated depending on purpose of use.

The final deployed application should look like this

URL to the deployed Application https://chae-lee.github.io/password-generator/

Password generator main page prompt 1

Prompts for when password length criteria is not met password length criteria not met 1 password length criteria not met 2 thank you for visiting website

Prompts for when password length & character type criteria is met special character numeric character lowercase character uppercase character final generated password

Prompt when character type criteria is not met character type less than 1 selected

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published