A simple and responsive Random Password Generator built using HTML, CSS, and JavaScript.
- Generates secure random passwords
- Includes uppercase letters
- Includes lowercase letters
- Includes numbers
- Includes special characters
- Copy password to clipboard with one click
- Clean and user-friendly interface
- HTML5
- CSS3
- JavaScript
- Click the Generate Password button.
- A random password is generated instantly.
- Click the copy icon to copy the password to your clipboard.
Random-Password-Generator/
│
├── index.html
├── style.css
├── pg1.png
├── pg2.png
├── pg3.png
├── screenshot.png
└── README.md