Project Demo
This is a simple password generator that allows you to generate a password based on the length and the sets of characters you want to include.
Random password generator
Password length:
Upper Characters
Lower Characters
Numbers
Symbols
Key Features
- Password Length Customization
- Character Set Options
- Randomized Password Generation
- Instant Password Display
Technologies Used
- HTML
- JavaScript
- CSS
Reflection
Building this password generator enhanced my understanding of user input handling and randomness in JavaScript.