deleteTodo
method to the service
module which sends an AJAX request to delete a todo.
removeTodo
method to the store
module which remove a todo from the store.
TodoList
component, add a link to each rendered todo that deletes the corresponding todo when clicked.