Welcome to iPass, your minimal and efficient password manager built using React on the frontend and Node.js for the backend (REST API). With iPass, you can securely store, edit, delete, and copy your website credentials – all from a clean and intuitive interface.
- 📝 Add new credentials (Website, Username, Password)
- 📋 Copy any field to clipboard with a single click
- 👁️ Toggle password visibility
- 🗑️ Delete or ✏️ edit saved entries
- 🌐 Persistent storage with REST API backend
- 🎉 Toast notifications for user feedback
- 💅 Beautiful UI with Tailwind CSS
Frontend:
- React (Hooks)
- Tailwind CSS
- React Icons
- React Toastify
Backend:
- Node.js
- Express.js
- File-based or in-memory storage (for demo)
- Node.js & npm installed
- Git (optional but recommended)