A MERN stack based web-application designed to manage tasks efficiently.
Check App Live : https://task-tracker-app-pro.netlify.app/
- Create tasks with description and due date
- Track tasks using three status options: Completed, Pending, and In Progress
- Filter tasks by status
- Quick search through tasks title or description
- Responsive UI for desktop and mobile devices
- Switch between dark and light theme
- Entry Point:
main.jsx - Run in Development:
- Install Libraries:
npm install - Create
.envfile:VITE_API_URL=http://localhost:5000/api
- Run Application:
npm run dev
- Install Libraries:
- Entry Point:
server.js - Run in Development:
- Install Libraries:
npm install - Create
.envfile:PORT=5000 MONGODB_URI=your_mongodb_uri JWT_SECRET=your_jwt_secret NODE_ENV=development FRONTEND_URL=http://localhost:5173/
- Run Application:
nodemon server.js
- Install Libraries: