Skip to content

chrislee-webdev/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-generator

This project concerns using JavaScript to generate a random password based on certain criterias that are defined by the user via the use of prompts

The criteria are:

  1. Length of password
  2. Whether the user would like capital letters in the password
  3. Whether the user would like lowercase letters in the password
  4. Whether the user would like numbers in the password
  5. Whether the user would like special characters in the password

When the user is presented with a "Generate Password" button. When clicked, a prompt will begin asking the user which criteria they would like to include in the password

Screen Shot 2022-03-25 at 3 09 40 PM

After the user selects the desired criteria they would like to include, the randomly generated password is displaye on the screen with the outlined box.

Screen Shot 2022-03-25 at 3 16 21 PM

About

Random password generator using HTML, CSS and JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published