A simple password generator built using React that allows users to generate secure passwords with customizable options such as length, uppercase/lowercase letters, numbers, and special characters.
- Generate random passwords
- Customize password length
- Include/exclude uppercase letters
- Include/exclude numbers
- Include/exclude special characters
- Copy password to clipboard
- Clone the repository:
git clone https://github.com/yourusername/password-generator.git
- Navigate to the project folder:
cd password-generator - Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to:
http://localhost:3000
- Use the UI to generate a password based on your preferences.
- React.js
- Tailwind CSS (optional for styling)
- JavaScript (ES6+)
If you’d like to contribute, please fork the repository and submit a pull request with your improvements.
This project is licensed under the MIT License.
Filename: README.md