Skip to content

davidmichaelmackey/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{ Password Generator }

Description

The purpose of this project was to finish writing the variables, functions, and math needed to complete the task of creating a unique password with these conditions:

  • Numbers
  • Special Characters
  • Lowercase Letters
  • Uppercase Letters.

Installation

N/A : No installation necessary. Just click and type in the input box and receive a new random password with a char length of your choice.

Usage

To use this web app, click the "Generate Password" button and follow the prompts.

Screenshot

A screenshot of the website

Credits

Script Tags
Variables
Primitive Types
Logical & Comparison Operators
Conditional Statements
Arrays
Array Methods
String Methods
Objects
Object Methods
Iteration
Functions
Scoping
This Keyword

License

Please refer to LICENSE.md in repo.

Repository

Repository

Deployment

Password Generator