BrodyZak / Schmix

A webapp that tells you what drinks you can make with just the ingredients you have on hand.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Refactor App.vue into components #5

Closed BrodyZak closed 2 years ago

BrodyZak commented 2 years ago

Currently nearly all logic is in App.vue, it would be better practice to have that logic spread throughout the different components of the application.

BrodyZak commented 2 years ago

First thing is to make a DrinkList component that holds all the DrinkCards