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/