PassOP is a modern, minimal, and secure password manager built using React, Vite, and Tailwind CSS.
It allows users to store, manage, and organize their credentials through a clean cyber-themed interface.
🚀 This project is built as a learning-focused yet production-style React application.
- 🏠 Home Page with animated visuals and cyber theme
- 🔑 Password Management Dashboard
- Add website/app credentials
- View stored usernames
- Masked password display
- Edit & delete entries
- 👤 User-based structure (frontend)
- Each user can have their own password vault
- 🎨 Dark cyber UI
- Black & green theme
- Animated navbar
- Responsive design
- 🌐 Client-side Routing
- Home (
/home) - Manage (
/manage)
- Home (
- ☁️ Deployed on Vercel
- Frontend: React (with Hooks)
- Build Tool: Vite
- Styling: Tailwind CSS
- Routing: React Router DOM
- Icons & Animations: Lord Icons
- Storage: LocalStorage (frontend-only)
- Deployment: Vercel