EisenFlow is a productivity-focused task management web app based on the Eisenhower Matrix. The frontend is built with React.js, offering an intuitive and responsive interface to help users prioritize tasks effectively.
- 🧭 Eisenhower Matrix UI — Visual quadrant-based task organization (Important/Urgent)
- 🔄 Drag & Drop — Move tasks seamlessly between quadrants
- ⏰ Due Dates & Reminders — Get notified about deadlines
- ✅ Task Completion Animations — Delightful UX for finishing tasks
- 🔐 JWT Authentication — Secure login system
- 👥 User Management — Profiles and assignments
- 📦 API Integration — Communicates with a FastAPI backend
- React.js
- Tailwind CSS (for styling)
- React DnD / react-beautiful-dnd (for drag-and-drop)
- Axios (for API requests)
- React Router (for navigation)
- JWT (for authentication)
- Framer Motion (for animations)