Skip to content

anoopk23/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Todo Simple App using node js, html, express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published