An open API service indexing awesome lists of open source software.

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.

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/