Block a user
Implement UI for creating a task (POST /tasks)
Implement UI for taks list (GET /tasks)
Add list of tasks
Add list of tasks
Implement POST /task/{taskId}/complete
Implement DELETE /task/{taskId}