A Todo List in core javascript.
-
A simple TaskBoard which contains a Todo and a Complete Board. At any point a task can be in any of the boards. Implemented this in core javascript without using any external libraries.
-
Double clicking the task should update the task description.
-
At any point of time if i want to introduce new boards that should be breeze without any complications.
Open index.html in your browser to view the demo.