A secure, feature-rich password generator built with vanilla HTML, CSS, and JavaScript — created as part of Scrimba's Frontend Developer Career Path.
- Generate two random passwords with one click
- Customize password length (4–50 characters)
- Toggle numbers and symbols on/off
- Copy to clipboard with visual feedback
- Light/dark mode toggle (saves preference)
- Fully responsive and accessible
- HTML5 – Semantic structure
- CSS3 – Variables, flexbox, transitions
- JavaScript (ES6) – DOM manipulation, localStorage
https://random-password-generator-dark.netlify.app/
- Clone the repo:
git clone https://github.com/your-username/random-password-generator.git
