This is the first app that I made in Vue. While competing the tutorial I learned about how Vue apps are structured, how to pass properties to child components, as well as how event propagation. Such how to pass an event from a child component to the parent component. Also together with the Vue documentation I learned about the life cycle of a component and how we can use them. After completing the app I decided to add Bootstrap to the app and improve on the look of it.