This repository contains a simple password generator application built with React. It allows users to generate random passwords with customizable length and character options.
- Generate random passwords
- Customize password length
- Include numbers and special characters in passwords
- Copy generated passwords to clipboard
To use this password generator:
- Clone the repository:
git clone https://github.com/subhranil002/React-Password-Generator.git
- Navigate to the project directory:
cd React-Password-Generator
- Install dependencies:
npm install
- Run the application:
npm start
- Access the password generator in your web browser at
http://localhost:5173
.
Contributions are welcome! If you'd like to improve the password generator or add new features, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your_feature
) - Make your changes
- Commit your changes (
git commit -am 'Add your feature'
) - Push to the branch (
git push origin feature/your_feature
) - Create a new Pull Request
This project is licensed under the MIT License.
Made With ❤️