# React Password Generator
A simple password generator built with React and Tailwind CSS.
## Features
- Generate a random password with customizable length (between 6 and 100 characters).
- Toggle the inclusion of numbers and special characters in the generated password.
- Copy the generated password to the clipboard with a single click.
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/your-username/react-password-generator.git
cd react-password-generator
npm install
# or
yarn install
npm run dev
# or
yarn dev
The application will be available at http://localhost:3000.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.