
A simple password generator built with React and React Router.
- Generate passwords with custom length
- Include numbers and special characters in generated passwords
- Copy generated passwords to clipboard
- React js
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/password-generator.git
-
cd password-generator
-
npm install
-
npm run dev
Open http://localhost:3000 in your browser to view the application.
- Adjust the length slider to specify the length of the generated password.
- Check the "Number" checkbox to include numbers in the generated password.
- Check the "Character" checkbox to include special characters in the generated password.
- Click the "Copy" button to copy the generated password to the clipboard.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create your feature branch: git checkout -b feature-name
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push origin feature-name
- Submit a pull request