https://github.com/mdsaddam7860/password_generator_using_react_vite_and_tailwindcss
A simple yet powerful password generator built with React and Vite for fast development, styled with Tailwind CSS for a clean, responsive design.
https://github.com/mdsaddam7860/password_generator_using_react_vite_and_tailwindcss
cryptography developer-tools frontend javascript open-source password-generator-javascript react-hooks reactjs security-tool tailwind tailwind-ui vite vitejs webapp
Last synced: 9 months ago
JSON representation
A simple yet powerful password generator built with React and Vite for fast development, styled with Tailwind CSS for a clean, responsive design.
- Host: GitHub
- URL: https://github.com/mdsaddam7860/password_generator_using_react_vite_and_tailwindcss
- Owner: mdsaddam7860
- Created: 2025-07-03T15:55:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T18:10:30.000Z (9 months ago)
- Last Synced: 2025-07-03T19:22:54.296Z (9 months ago)
- Topics: cryptography, developer-tools, frontend, javascript, open-source, password-generator-javascript, react-hooks, reactjs, security-tool, tailwind, tailwind-ui, vite, vitejs, webapp
- Language: JavaScript
- Homepage: https://password-generator-using-react-vite-theta.vercel.app/
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Password Generator 🔐
A secure and customizable password generator built with React, Vite, and Tailwind CSS.
Features ✨
🔒 Generate strong, random passwords
⚙️ Customize password length (4-64 characters)
✅ Toggle character types:
Uppercase letters (A-Z)
Lowercase letters (a-z)
Numbers (0-9)
Special symbols (!@#$%^&*)
📋 Copy password to clipboard with one click
📱 Fully responsive design (works on mobile & desktop)
� Lightweight & fast (built with Vite)
Technologies Used 🛠️
⚛️ React (Frontend framework)
⚡ Vite (Fast build tool)
🎨 Tailwind CSS (Utility-first styling)
📋 Clipboard API (Copy functionality)
Installation & Setup 🚀
Clone the repository
sh
git clone https://github.com/mdsaddam7860/password_generator_using_react_vite_and_tailwindcss
cd password-generator-using-react-and-vite
Install dependencies
sh
npm install
Run the development server
sh
npm run dev
Open in browser
Visit http://localhost:3000
Build for Production 🏗️
sh
npm run build
Contributing 🤝
Feel free to open issues or submit PRs for improvements!
🔗 Live Demo: https://password-generator-using-react-vite-theta.vercel.app/