An open API service indexing awesome lists of open source software.

https://github.com/utsavjain4561/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
https://github.com/utsavjain4561/task-manager

bootstrap4 css3 expressjs handlebarsjs mongodb nodejs passportjs react

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## Chores
A TODO list application to make,track and complete tasks on time easily
![alt text](https://i.imgur.com/QhqHndw.png)

## Live Demo
Click on the [link](https://whispering-falls-52777.herokuapp.com/) 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](https://i.imgur.com/pTKgbjN.png)

## Usage
Git clone the repository as
```console
git clone https://github.com/Utsavjain4561/Task-Manager.git
```
## Setup
### Client Setup
```console
cd client
npm intsall
```
### Server Setup
```console
npm intsall
```
## Startup
### Client Startup
```console
cd client
npm start
```

### Server Startup
```console
npm start
```
### Mongo DB startup
```console
mongod
```