A simple and responsive Password Generator built using HTML, CSS, and JavaScript. This tool allows users to generate secure passwords with customizable options like length, numbers, and special characters.
- 🔒 Generate strong and secure passwords
- 📏 Adjustable password length using range slider
- 🔢 Include numbers option
- 🔣 Include special characters option
- 📋 One-click copy to clipboard
- 📱 Fully responsive design
- The generated password is shown in a readonly input field
- You can adjust password length using the range slider
- There are two checkboxes:
- ✅ Numbers → Includes digits (0-9) in password
- ✅ Characters → Includes special symbols (!@#$%^&*)
- Selecting any checkbox updates the password instantly
- Click the Copy button to copy the password
- 🔹 Readonly input field (to display password)
- 🔹 Copy button
- 🔹 Range slider (for length)
- 🔹 Length indicator
- 🔹 Checkboxes (Numbers & Characters)
- HTML5
- CSS3 (Responsive Design)
- JavaScript
git clone https://github.com/code-aadi/Password-Generator.git
cd password-generator