A clean, responsive password generator built with React and Tailwind CSS.
- Adjustable password length (6–100 characters)
- Toggle numbers and special symbols
- One-click copy to clipboard with visual feedback
- Fully responsive & mobile-friendly
- React (Hooks: useState, useEffect, useRef, useCallback)
- Tailwind CSS
- Vite (build tool)
- Netlify (deployment)
View demo
git clone https://github.com/Arisha-Akbar/password-generator-react.git
cd password-generator-react
npm install
npm run dev