Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

24 lines (23 loc) · 1.34 KB

Password-Generator

Description

We were asked to create a password generator website that included a generator button, criteria for the password(Password Length, Uppercase, Lowercase, Numbers and Symbols) and for it to display the password in the text box on screen.

Issues

The primary issue for this project was making the final character set. I initially did seperate for loops for each password criteria but that was way too long and didnt work. I ended up using if statements to add 4 different character sets into one(depending if they were true or false) and using that final character set to produce the password.

Website Features

A working password generator. When the button is pressed, you will be asked for the criteria for the password. Once the criteria is given, it will produce a password based on given criteria.

Collaborators

With instruction from Fil and Daniel.


Filipe Laborde-Basto's GitHub.


Daniel Cabellos GitHub.


Links

Website Screenshot


GitHub Repository


My Password Generator


I used Font Awesome for my Icon.