Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 937 Bytes

File metadata and controls

51 lines (43 loc) · 937 Bytes

Chores

A TODO list application to make,track and complete tasks on time easily alt text

Live Demo

Click on the link to see the live demo of the application

Features

  1. User sign up and login interface
  2. Adding todos with title, due date and category
  3. Category wise TODOS
  4. Search a TODO
  5. Sort the TODOS on the basis of label,priority and title
  6. Check and delete TODOS
  7. Notifying Pending TODOS through mail

alt text

Usage

Git clone the repository as

git clone https://github.com/Utsavjain4561/Task-Manager.git

Setup

Client Setup

cd client
npm intsall

Server Setup

npm intsall

Startup

Client Startup

cd client
npm start

Server Startup

npm start

Mongo DB startup

mongod