|
| 1 | +# 🔐 Secure Password Generator |
| 2 | + |
| 3 | +**Contributor:** [Sanjeev Deori](https://github.com/SanjeevDeori) |
| 4 | + |
| 5 | +## 🧾 Description |
| 6 | +A **secure and customizable password generator** web app that helps users create strong passwords for online accounts. Includes options for password length, character types, live strength estimation, and the ability to save passwords locally. |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +## 🚀 Features |
| 11 | +- Generate passwords of user-defined length |
| 12 | +- Include options for: |
| 13 | + - Uppercase letters (A–Z) |
| 14 | + - Lowercase letters (a–z) |
| 15 | + - Numbers (0–9) |
| 16 | + - Symbols (!@#$%^&*) |
| 17 | +- Copy password to clipboard |
| 18 | +- Display password strength visually |
| 19 | +- Save generated passwords locally |
| 20 | +- Responsive layout for desktop and mobile |
| 21 | + |
| 22 | +--- |
| 23 | + |
| 24 | +## 💡 Bonus Features |
| 25 | +- Dark/Light mode toggle |
| 26 | +- Save passwords with custom labels |
| 27 | +- Manage saved passwords: Copy, Use, Delete |
| 28 | +- LocalStorage-backed saved password list |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +## 🧩 Tech Stack |
| 33 | +- **HTML5** – Structure and layout |
| 34 | +- **CSS3** – Styling, responsiveness, and dark/light theme |
| 35 | +- **JavaScript (Vanilla)** – Password generation logic, clipboard functionality, localStorage |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +## 🕹️ How to Use |
| 40 | +1. Open `index.html` in your browser. |
| 41 | +2. Select the desired password length and character options. |
| 42 | +3. Click **Generate** to create a new password. |
| 43 | +4. Use the **Copy** button to copy it to the clipboard. |
| 44 | +5. Optionally, save the password with a label using the **Save** button. |
| 45 | +6. View, use, or delete saved passwords in the saved passwords section. |
| 46 | + |
| 47 | +--- |
| 48 | + |
| 49 | +## 📸 Screenshots |
| 50 | +*(Add screenshots or GIFs here to showcase the UI, dark/light mode, and saved passwords feature.)* |
| 51 | + |
| 52 | +--- |
| 53 | + |
| 54 | +## 🏗️ Setup & Run Locally |
| 55 | +1. Clone the repository: |
| 56 | + ```bash |
| 57 | + git clone https://github.com/SanjeevDeori/password-generator.git |
| 58 | + |
| 59 | +2. Open the project folder: |
| 60 | +```bash |
| 61 | +
|
| 62 | +cd password-generator |
| 63 | +
|
| 64 | +
|
| 65 | +3. Open index.html in your browser to use the app. |
0 commit comments