The Password Generator is where users can generate a random password between 8-128 characters and choose whether to include lowercase, uppercase, numbers and/or special characters. The application the gives the user the password to use on any site they want. I am very proud of this project because this is the first project I ever made.
- The user is able to choose whether or not they want uppercase letter, lowercase letters, numbers and special characters
- Passwords to be random
- UI
Here is the link: https://elijahb22.github.io/Password-Generator/
This application is wrote in Javascript, HTML, and CSS.