This project is a Password Generator built with React and Tailwind CSS. It allows users to generate random passwords with customizable options for length, inclusion of special characters, and numbers. Users can also copy the generated password to the clipboard with a single click.
Clone the repository:
git clone https://github.com/Hareem-Gohar/Password-Generator.git
cd password-generator
Install the dependencies:
npm install
Start the development server:
npm run dev
The app will be available at http://localhost:5173
(or another port if specified by Vite).
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.