Project information
- Category: Web Design
- Client: UT Austin Boot Camps
- Project Date: 10 December, 2022
- Project URL: https://dcodner24.github.io/Password-Generator/
- Repository URL: https://github.com/dcodner24/Password-Generator
About
A simple JS-powered password generator that allows the user to select the length and character types of the password before outputting the randomized result to the page. Users can choose to include lowercase letters, uppercase letters, numbers, and special characters. The password length must be between 8 and 128 characters.