An AI-powered task management web app built with MERN stack + OpenRouter API integration.
- AI-based task summarization and categorization
- CRUD operations with MongoDB Atlas
- Priority, Due Date, and Reminder support
- Separate pages for All, Upcoming, Completed, and Search
- Responsive UI built using React + TailwindCSS
- Node.js + Express backend with REST API routes
Frontend: React, TailwindCSS
Backend: Node.js, Express.js
Database: MongoDB Atlas
AI Layer: OpenRouter API
# In backend
cd backend
npm install
npm run dev
# In frontend
cd ai-task-manager-frontend
npm install
npm run dev