Let's take the starter code we have from class and expand upon it.
- Create an ajax method to delete todo's
- Add a loading indicator when an ajax request is being processed and hide it when it's complete
- Add a success message whenever a todo is created or deleted
BONUS
- Create an ajax method to edit existing todo's