luketeal / Password-Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password-Generator

This is a password generator.

The project uses HTML, CSS, and JS as a codebase.

Repository Contents

The repository includes

Objectives

The website provides a randomized password for a given set of password criteria including password length and character type. Possible character types include:

  • numbers
  • upper case letters
  • lower case letters
  • special characters

Instructions

  1. Select the "Generate Password" button
  2. Answer the prompts
    • note that the number of characters prompt must be a number between 8 and 128
    • note that the character type prompts require a "y" or "n" as a response
  3. A random password will be generated and will display in the text box.

Screenshot

The image below show's the web app's appearance and functionality:

A GIF of the intended functionality showing the user selcting the "generate password" button and answering the prompts..

Credits

Index and css provided by Trilogy Education Services, LLC, a 2U, Inc. brand.

About

License:MIT License


Languages

Language:JavaScript 65.3%Language:CSS 23.7%Language:HTML 11.0%