A simple Random Password Generator built with HTML, CSS, and JavaScript.
This project allows users to generate secure random passwords with customizable options.
- Choose password length using a slider (10–30 characters)
- Include/exclude:
- ✅ Lowercase letters (a–z)
- ✅ Uppercase letters (A–Z)
- ✅ Numbers (0–9)
- ✅ Symbols (!@#$%^&* etc.)
- Generate secure random passwords instantly
- One-click copy to clipboard feature
- Responsive and beginner-friendly UI
- HTML5 – Structure
- CSS3 – Styling
- JavaScript (ES6) – Logic & Interactivity
- Select the desired password length with the slider
- Choose which character sets you want (lowercase, uppercase, numbers, symbols)
- Click Generate Password
- Copy the generated password using the copy button
I also created a YouTube video explaining how I built this project step by step.
👉 Watch on YouTube)
- Clone this repository:
git clone https://github.com/your-username/random-password-generator.git