Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ateendra24/password_generator
A simple and secure password generator built with Vite, React, and Tailwind CSS.
https://github.com/ateendra24/password_generator
Last synced: 6 days ago
JSON representation
A simple and secure password generator built with Vite, React, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/ateendra24/password_generator
- Owner: ateendra24
- Created: 2024-07-11T09:05:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T12:39:27.000Z (3 months ago)
- Last Synced: 2024-08-10T13:59:50.667Z (3 months ago)
- Language: JavaScript
- Homepage: https://ateendra24.github.io/Password_Generator/
- Size: 95.7 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 Vite, React, and Tailwind CSS.
## Features
- Generate random passwords of various lengths
- Include/exclude uppercase letters, lowercase letters, numbers, and symbols
- Copy generated password to clipboard
- Responsive design## Demo
[Live Demo](https://ateendra24.github.io/Password_Generator/)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/ateendra24/Password_Generator
cd Password_Generator2. Install dependencies:
```bash
npm install3. Start the development server:
```bash
npm run devThe application will be available at http://localhost:3000.
## Usage
1. Open the application in your web browser.
2. Adjust the password settings using the provided options (length, character types).
3. Click the "Generate Password" button.
4. Copy the generated password using the "Copy" button.## Technologies Used
- Vite
- React
- Tailwind CSS## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.## License
This project is licensed under the MIT License. See the LICENSE file for details.