Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/subhranil002/react-password-generator

React Password Generator is a simple application built with React to generate random passwords with customizable options. Easy to use and highly customizable ... ❤️
https://github.com/subhranil002/react-password-generator

javascript password password-generator password-security password-strength random random-password-generator randompassword react reactjs secure-passwords

Last synced: about 2 months ago
JSON representation

React Password Generator is a simple application built with React to generate random passwords with customizable options. Easy to use and highly customizable ... ❤️

Awesome Lists containing this project

README

        

# React Password Generator

This repository contains a simple password generator application built with React. It allows users to generate random passwords with customizable length and character options.

## Features

- Generate random passwords
- Customize password length
- Include numbers and special characters in passwords
- Copy generated passwords to clipboard

## Usage

To use this password generator:

1. Clone the repository:

```bash
git clone https://github.com/subhranil002/React-Password-Generator.git
```
2. Navigate to the project directory:

```bash
cd React-Password-Generator
```
3. Install dependencies:

```bash
npm install
```
4. Run the application:

```bash
npm start
```
5. Access the password generator in your web browser at `http://localhost:5173`.

## Contributing

Contributions are welcome! If you'd like to improve the password generator or add new features, please follow these steps:

1. Fork the repository
2. Create a new branch (`git checkout -b feature/your_feature`)
3. Make your changes
4. Commit your changes (`git commit -am 'Add your feature'`)
5. Push to the branch (`git push origin feature/your_feature`)
6. Create a new Pull Request

## License

This project is licensed under the [MIT License](https://github.com/subhranil002/React-Password-Generator?tab=MIT-1-ov-file).




Made With ❤️