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