A simple yet functional password generator built with HTML, CSS, and JavaScript.
This project marked the start of my web development journey, and I even published it on the Chrome Web Store to experience real-world deployment.
🔗 Install from Chrome Web Store
I created this extension to:
- Learn front-end web development hands-on
- Understand real-world deployment via Chrome Web Store
- Build a practical tool that anyone can use to generate secure passwords
It’s lightweight, easy to use, and a great example of combining learning with utility.
- Randomized password generation for maximum security
- Customizable options: length, uppercase, lowercase, numbers, symbols
- Responsive, user-friendly popup interface
- Instant copy to clipboard
- Published on Chrome Web Store for real-world accessibility
- Clone this repository:
git clone https://github.com/sidd4114/PasswordGenerator.git cd PasswordGenerator