The challenge goal is to create a Todo React Application that allows add a task, remove a task and mark a task as resolved.
- Should be able to add a task
- Should not be able to add a task with an empty title
- Should be able to remove a task
- should be able to check a task
