A simple yet elegant Password Generator built with HTML, CSS, and JavaScript.
It allows users to generate secure random passwords and copy them with one click.
- 🎲 Random Password Generation
- Includes uppercase letters, lowercase letters, numbers, and special characters.
- 📋 One-click Copy
- Easily copy the generated password to your clipboard.
- 🎨 Clean UI/UX
- Styled with a modern dark theme and smooth hover/active effects.
- ⚡ Responsive Design
- Works seamlessly across devices.
- HTML5 – structure of the page
- CSS3 – styling and animations
- JavaScript (ES6) – logic for password generation & clipboard functionality
Password-Generator/ │ ├── index.html # Main HTML file └── README.md # Documentationgit clone https://github.com/Rakshitgupta9/Password-Generator.git cd Password-GeneratorJust open the index.html file in your browser. 🚀
- Click on "Generate a password"
- A random password will be displayed
- Press "Copy" to copy it to your clipboard
- Add options for custom password length
- Toggle character types (symbols, numbers, uppercase, lowercase)
- Strength meter for generated password
- Save recently generated passwords
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a PR.
This project is licensed under the MIT License.
Created with ❤️ by Rakshit Gupta
- GitHub: @Rakshitgupta9
- Portfolio: rakshitgupta9.github.io/Portfolio