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.
- Generate random passwords
- Customize password length
- Include special characters
- Include numbers
- Copy the generated password to the clipboard
- Node.js and npm should be installed on your system.
- 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).
- Open the app in your web browser.
- Use the range slider to set the desired password length (6 to 50 characters).
- Check the boxes to include special characters and/or numbers in the password.
- The generated password will be displayed in the input field.
- Click the "Copy" button to copy the generated password to the clipboard.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.