Skip to content

TheVedantDesai/TaskTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TaskTracker Application

A MERN stack based web-application designed to manage tasks efficiently.

Check App Live : https://task-tracker-app-pro.netlify.app/

Key Features

  • 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

1737359618147

Getting Started

Client

  • Entry Point: main.jsx
  • Run in Development:
    • Install Libraries: npm install
    • Create .env file:
      VITE_API_URL=http://localhost:5000/api
    • Run Application: npm run dev

Server

  • Entry Point: server.js
  • Run in Development:
    • Install Libraries: npm install
    • Create .env file:
      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

Screenshots

Light Theme

  • Login Page: 1737359618147
  • Signup Page: 1737359676443
  • Home Page: 1737359834538

Dark Theme

  • Login Page: 1737359927707
  • Signup Page: 1737359955073
  • Home Page: 1737359894996

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published