One of the first projects every programmer creates when learning a new language is a to-do list. Doing this allows us to learn more about the language process around the manipulation of states and data.
We are going to make our to-do list using Vue. We'll use what we have learned and created in the previous recipes.