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
- Host: GitHub
- URL: https://github.com/utsavjain4561/task-manager
- Owner: Utsavjain4561
- License: mit
- Created: 2020-05-20T09:24:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:05:39.000Z (over 3 years ago)
- Last Synced: 2025-02-11T17:11:43.806Z (over 1 year ago)
- Topics: bootstrap4, css3, expressjs, handlebarsjs, mongodb, nodejs, passportjs, react
- Language: JavaScript
- Homepage: https://whispering-falls-52777.herokuapp.com/
- Size: 1.13 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Chores
A TODO list application to make,track and complete tasks on time easily

## 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

## 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
```