A simple React application that generates a random password with customizable options such as password length, inclusion of numbers, and special characters.
- Generates a random password based on user-defined settings.
- Adjustable password length (6 to 100 characters).
- Option to include numbers and special characters.
- Copy generated password to clipboard with a single click.
- React
- Tailwind CSS (for styling)
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your machine:
- Node.js (v14.x or higher)
- npm or yarn (package manager)
- Clone the repository:
git clone https://github.com/your-username/password-generator.git