A fast, minimal, and secure password management UI built using React + Vite, designed for seamless connectivity with a Node.js backend and MongoDB Atlas database.
🔗 Frontend Deployment: https://ashadeep2002.github.io/PassMan-Frontend/
PassMAN Frontend provides a clean and responsive interface to securely store, view, and manage passwords. The app communicates with the backend through REST APIs and uses lightweight state management for efficiency.
React.js (Vite) — lightning-fast development
TailwindCSS — modern, responsive UI
UUID — unique ID generation
Fetch API — API communication
GitHub Pages — static hosting
Add, view, and delete saved passwords
Fully responsive UI for desktop & mobile
Clean and modern design
Toast notifications for user feedback
Integrated with backend API for real-time storage
Frontend/ ├── src/ │ ├── components/ │ └── App.jsx ├── public/ ├── vite.config.js ├── package.json
Open-source. Free to modify and use.