Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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_Generator

2. Install dependencies:

```bash
npm install

3. Start the development server:

```bash
npm run dev

The 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.