A simple and secure password generator built using React. This application allows users to generate strong passwords with customizable options.
- Generate strong and secure passwords
- Adjustable password length
- Option to include numbers and special characters
- Copy password to clipboard
- Clean and responsive UI
- React
- JavaScript
- HTML
- CSS
Clone the repository:
git clone https://github.com/khushalpatil-dev/password-generator.git
Go to the project directory:
cd password-generator
Install dependencies:
npm install
Run the project:
npm run dev
Khushal Patil