JS Lab 04: Todo List

Let's make a simple todo-list which supports the following operations:

Removed items should disappear entirely.
Completed items should appear at the bottom (or in a separate list) with a line through them.
v4: adding Save feature to all button clicks

Pending Tasks


Completed Tasks