A modern, responsive password generator built with React and Tailwind CSS.
It allows you to create secure, customizable passwords with options for:
- Adjustable length
- Numbers
- Special characters
Includes a Copy to Clipboard button for convenience.
(https://ashikgowdak.github.io/Password_Generator/)
- Adjustable password length (10–25 characters)
- Option to include numbers
- Option to include special characters
- Responsive and mobile-friendly UI
- One-click copy to clipboard
- React
- Tailwind CSS
- Vite (optional, depending on your setup)
Clone the repository and install dependencies:
git clone https://github.com/YOUR-GITHUB-USERNAME/YOUR-REPO-NAME.git
cd YOUR-REPO-NAME
npm install
npm run dev