This is a simple Todo Application built using express. Tasks can be added, marked as completed and deleted in the application.
1. Node(make sure environmental variables are set and node is running from the terminal)
2. Git
Download or clone the project.
git clone https://github.com/anoopk23/TodoApp.git
To install the application, go into App directory and run the following command in terminal:
npm install
Go to App/ directory run following command from terminal
node index.js
Now server is running. Go to http://localhost:4000/ and start experimenting.
1. Add a todo task
2. Mark a todo task completed
3. Delete a todo task
4. Show or hide completed and deleted tasks
- Anoop Kumar - Initial work - anoopk23
See also the list of contributors who participated in this project.