Task-Manager

Full stack web application to make and track tasks with advanced features of searching and sorting according to label, priority and title with email notification of pending tasks

MIT License

Stars
1
Committers
2

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

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