Skip to content

LA0615/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Description

This project uses javascript to create a password generator. The uswer will select choices for character length, uppercase letters, lowercase letters, special characters, and/or numbers. The user will click the GENERATE button and their pssword should appear in the textbox based on their input choices.

  • What was your motivation? This project was created to practice what I learned during the javascript classes.

  • Why did you build this project? In order to understand functions, for loops, and conditional statements, this project was created so that I could practice these new skills.

  • What problem does it solve? This allows a user to select certain criteria for a password that will be generated for them upon request.

  • What did you learn? I learned that syntax is important in javascript and that variables must have a specific name in order to perform the required action.

Table of Contents

M/A

Installation

N/A

To add a screenshot, create an assets/images folder in your repository and upload your screenshot to it. Then, using the relative filepath, add it to your README using the following syntax:

![screenshot of password generator](assets/images/PasswordGenerator.png)

About

Password Generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published