Skip to content

Create an application that an employee can use to generate a random password based on criteria they’ve selected by modifying starter code.

License

Notifications You must be signed in to change notification settings

Murtaza34/Random-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator - JS

In this project I was tasked to create an application that a user can use to generate a random password based on criteria they’ve selected.

The application must inlclude the following:

Generate a password when the button is clicked.

Present a series of prompts for password criteria:

  • Length of password:
  • At least 10 characters but no more than 64.
  • Character types:
  • Lowercase
  • Uppercase
  • Numeric
  • Special characters ($@%&*, etc.)

Code should validate for each input and at least one character type should be selected.

Once all prompts are answered, the password should be generated and displayed in an alert or written to the page.

View Project / Code

To view project, visit GitHub page for this project.

To view code, visit GitHub Repo.

Preview

App Screenshot

About

Create an application that an employee can use to generate a random password based on criteria they’ve selected by modifying starter code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published