A sleek and secure password generator built with React + Tailwind CSS, featuring real-time strength evaluation, clipboard copy, and smooth UI animations.
Customize your password length, include numbers or special characters, and instantly copy it β all in one clean interface.
β Customizable Password Options
- Adjust length (6β50 characters)
- Toggle numbers and special characters
β Real-Time Strength Meter
- Dynamically updates based on password complexity
- Color-coded for quick feedback (Weak / Medium / Strong)
β Copy to Clipboard
- One-click copy with feedback
β Beautiful UI
- Built with Tailwind CSS
- Responsive glassmorphism design
- FontAwesome & React Icons integrated for visual polish
- βοΈ React.js (Hooks + useCallback + useEffect)
- π¨ Tailwind CSS (utility-first styling)
- π§° React Icons (FontAwesome set)
- πΎ Clipboard API (for copy functionality)
Clone the repository and get started:
# Clone the repo
git clone https://github.com/yourusername/passgen.git
# Navigate into the folder
cd passgen
# Install dependencies
npm install
# Start the dev server
npm run dev