Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ... ❤️
- Host: GitHub
- URL: https://github.com/subhranil002/react-password-generator
- Owner: subhranil002
- License: mit
- Created: 2024-03-10T17:31:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T17:45:52.000Z (10 months ago)
- Last Synced: 2024-03-10T19:49:14.243Z (10 months ago)
- Topics: javascript, password, password-generator, password-security, password-strength, random, random-password-generator, randompassword, react, reactjs, secure-passwords
- Language: JavaScript
- Homepage: https://password-generator-subhranil.netlify.app
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ❤️