A simple and customizable password generator tool that creates secure, random passwords. Ideal for creating strong passwords to enhance online security.
- Generate passwords with specified length and complexity
- Options to include/exclude uppercase letters, lowercase letters, numbers, and special characters
- Randomized password generation for high security
- Copy generated password to clipboard (if supported)
-
Clone the repository:
git clone https://github.com/vraj-712/PasswordGenerator.git cd password-generator
-
Add dependency
npm install #or yarn add
-
Run the project
npm run dev
-
Fork the repository
-
Create your feature branch
git checkout -b feature/NewFeature
-
Commit your changes
git commit -m 'Add NewFeature'
-
Push to the branch
git push origin feature/NewFeature
-
Open a Pull Request
- This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the open-source community for their support and contributions!