Skip to content

dhoffman03/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Pasword-Generator

Description

This project required using starter code to create an application that enables users to generate random passwords based on criteria they have selceted. When users click the "Generate Password" button, they will be presented with a series of prompts asking for the desired criteria. Users can set the password length and choose to include uppercase, lowercase, numeric, and special characters. Once the user has set their desired criteria, a password will be randomly generated and presented in the text box.

### Tasks Completed
* Declared function to generate password
* Set global and local variables holding criteria characters 
* Created internal function that displays prompts to gather criteria
* Used iteration on passwordLength
* Used conditional statements within loops to check criteria
* Used Math to generate random characters for selected criteria
* Retunerd password text to display generated password
* Edited colors on stylesheet

image of deployed webpage

Installation

Upload index.html and assets folder to the deployed webserver. The assets folder contains JS and CSS files.

The linked deployed website was deployed using GitHub pages.

Usage

The application can be viewed with the below links:

Credits

This project was completed through the University of Minesota Coding Bootcamp

Refrences

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published