.This is a TodoList web app. It allows the user to ADD, EDIT, DELETE and MARK as COMPLETED. It consist of a landing page only (ToDoList). Mainly developing the web app using Javascript, Node.js, Node.js Server, HTML and CSS.
HOW IT WORKS
- ADD the task - Click on the ADD button or press ENTER to ADD your task
- EDIT the task if necessary
- DELETE the task if you don't need it
- Mark as COMPLETE - You can click on the task to mark as COMPLETE then it will draw a line across the task, then the task that's completed will move bellow the tasks that are NOT COMPLETED.