Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.01 KB

TodoApp

This is a simple Todo Application built using express. Tasks can be added, marked as completed and deleted in the application.

Prerequisites

1. Node(make sure environmental variables are set and node is running from the terminal)
2. Git

Getting Started

Download or clone the project.

git clone https://github.com/anoopk23/TodoApp.git

Installing

To install the application, go into App directory and run the following command in terminal:

npm install

Starting the app

Go to App/ directory run following command from terminal

node index.js

Now server is running. Go to http://localhost:4000/ and start experimenting.

Features Built

1. Add a todo task
2. Mark a todo task completed
3. Delete a todo task
4. Show or hide completed and deleted tasks

Authors

See also the list of contributors who participated in this project.