This is a simple to do tasks tracker.
Features:
- adding a new task to a list;
- removing a task from a list;
- striking a task out when it is marked as done;
- clearing a list of tasks.
The purpose of the project was to practice HTML, CSS and JS DOM manipulation.