Introduction
In this module we will create a simple TODO List application. It will contain a list of tasks.
It will allow you to perform these actions:
- create new task;
- mark existing as done;
- remove all completed tasks.
In result we will get such app: