A clean and simple Password Manager Web App that helps you securely store and manage your website credentials — including *Site URL, **Username, and *Password — all in one place.
- 🔒 Save and manage passwords easily
- 👁 Toggle visibility of passwords
- 🧹 Delete saved credentials
- 📋 Clipboard copy functionality (if implemented)
- 💻 Clean, responsive UI using modern tech stack
- Frontend: React + Vite
- Styling: CSS
- State Management: useState + Local Storage
- Icons: Font Awesome / Material Icons (optional)
Follow these instructions to run it locally:
# Clone the repository
# Navigate into the project folder
cd passop
# Install dependencies
npm install
# Start the development server
npm run dev