Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Description

This web application allows users to generate a random password based on criteria they’ve selected. The app features dynamically updated HTML and CSS powered by JavaScript code. The password can include special characters.

Here is the link to the deployed application: https://whefert.github.io/password-generator/

See screenshot from the web application below:

Password Generator App Screenshot

Acceptance Criteria

  • Unique password is generated when the button is clicked
    • Present a series of prompts for password criteria
      • Length of password
        • At least 8 characters but no more than 128.
      • Character types
        • Lowercase
        • Uppercase
        • Numeric
        • Special characters ($@%&*, etc)
    • Code validates for each input and at least one character type must be selected
    • Once prompts are answered then the password is generated and written to the page

Installation

N/A

Usage

  • To use the password generator, simply visit the url for the deployed application and respond to the prompts.

Credits

N/A

License

Please refer to the LICENSE in the repo.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages