https://github.com/hasibcoderlab/random-password
🔐 Password Generator – A simple, responsive web app to instantly generate secure, random passwords using HTML, CSS, and JavaScript. Customize password length and get strong passwords with just one click.
https://github.com/hasibcoderlab/random-password
css3 html javascript password-generator
Last synced: 4 months ago
JSON representation
🔐 Password Generator – A simple, responsive web app to instantly generate secure, random passwords using HTML, CSS, and JavaScript. Customize password length and get strong passwords with just one click.
- Host: GitHub
- URL: https://github.com/hasibcoderlab/random-password
- Owner: HasibCoderLab
- Created: 2025-07-30T15:53:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T17:16:30.000Z (5 months ago)
- Last Synced: 2025-07-30T18:58:44.194Z (5 months ago)
- Topics: css3, html, javascript, password-generator
- Language: CSS
- Homepage: https://random-password-tool.vercel.app/
- Size: 641 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 Password Generator
A clean and user-friendly **Password Generator** web app built using **HTML, CSS, and JavaScript**. Instantly generate secure, random passwords of customizable lengths.
---
## 🚀 Features
- ✅ Generate strong, random passwords
- 🔢 Customizable password length
- ✨ Includes uppercase, lowercase, numbers, and symbols
- 📱 Responsive design for all devices
- 💡 User-friendly and intuitive UI
---
## 🖥️ Live Preview
👉 [Click here to view the live demo](https://random-password-tool.vercel.app/)
---
## 🛠️ Technologies Used
- HTML5
- CSS3 (with responsive styling)
- JavaScript (vanilla)
---
## 📸 Screenshot

---
## 🔧 How to Use
1. Enter the desired password length in the input field.
2. Click on the **"Generate Password"** button.
3. Your randomly generated password will appear in the output box.
---

---
## 📂 Project Structure
```
📁 Password-Generator/
│
├── index.html
├── style.css
├── script.js
├── Assets/
│ └── icon.jpeg
| └── Screenshot-1.png
| └── Screenshot-2.png
├── README.md
```
---
## 🧠 Idea Behind the Project
This tool was created to help users quickly generate strong and secure passwords for online accounts, ensuring better protection from security threats.
---
## 📃 License
This project is open-source and free to use under the [MIT License](LICENSE).
---
## 🤝 Contribute
Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.
---
## ✍️ Author
Developed by [Mohammad Hasib Hasan](https://github.com/HasibCoderLab)