This is a fully responsive and user-friendly Password Generator built using HTML, CSS, and JavaScript — no backend or frameworks needed. It includes customizable options like password length, character types, and dark/light theme toggle. The app works seamlessly on both mobile and desktop devices.
- 🎛 Adjustable password length (4–32 characters)
- 🔠 Include/exclude: uppercase, lowercase, numbers, symbols
- 🌓 Toggle between dark mode and light mode
- 📋 One-click copy to clipboard
- 🖼 Welcome screen with background image transition
✅ Mobile
✅ Tablet
✅ Desktop
No installation required — just open the HTML file in any modern browser or host it online.
- index.html – Main HTML file with all logic
- welcome-bg.jpg – Background image for welcome page
- generator-bg.jpg – Background image for generator page
- Download or clone this repository
- Make sure index.html and background images are in the same folder
- Open index.html in your browser
- Or host it using GitHub Pages, Netlify, Vercel, etc.