/todo-list

Track your daily tasks by using this user friendly todo-list website

Primary LanguageJavaScript

todo-list

Track your daily tasks by using this user friendly todo-list website

Installation

  1. Clone the repository or simply download the zip file.

  2. Use the package manager npm to install todo-list

npm install
npm start

Server starts listening at localhost:3000

Usage

Generate your personalised list and divide your tasks into different categories by simply adding the list name to the URL.

Example:

localhost:3000             //Today's list
localhost:3000/home        //Home list
localhost:3000/work        //Work list