Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryan007-bot/password-generater
Password-Generater is a simple React app that lets users create secure, customizable passwords with options for length, numbers, symbols, and more.
https://github.com/aryan007-bot/password-generater
react-hooks react-router reactjs vitejs
Last synced: 7 days ago
JSON representation
Password-Generater is a simple React app that lets users create secure, customizable passwords with options for length, numbers, symbols, and more.
- Host: GitHub
- URL: https://github.com/aryan007-bot/password-generater
- Owner: aryan007-bot
- Created: 2024-10-01T11:26:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T13:06:12.000Z (about 2 months ago)
- Last Synced: 2024-11-07T05:33:06.434Z (13 days ago)
- Topics: react-hooks, react-router, reactjs, vitejs
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 Password Generator
A simple and secure password generator built with HTML, CSS, and JavaScript. Generate strong, random passwords to keep your accounts safe! 💻🔒
## Features ✨
- Generate passwords of customizable length. 🔢
- Options to include:
- Uppercase letters (A-Z) 🔠
- Lowercase letters (a-z) 🔡
- Numbers (0-9) 🔢
- Special characters (!, @, #, $, etc.) 🔑
- Copy the generated password to the clipboard with one click! 📋
- Fully responsive and mobile-friendly. 📱## How to Use 🎯
1. Set your desired password length.
2. Choose the character types you want to include (uppercase, lowercase, numbers, special characters).
3. Click "Generate" to create a new password! 🔁
4. Copy the password to your clipboard with the "Copy" button.