A Burger Building App.
This App is for practicing React purpose.
Clients are able to choose ingredients and amount of it to make their own burger.
Once burger order's continued in ordersummary, the data goes to Firebase.
App
-Burger
-BurgerControls
-BurgerIngredient
-OrderSummery
-Navigation
-SideDrawer
-Toolbar
-NavigationItem
-UI
-Logo
ingredients {
salad: '1',
meat: '2'
},
purchase: true/false,
totalPrice: '12'
D: Figuring out each components' props and two way connection between those.
S: Understanding Component Tree, and using chrome react dev tool to see components in order.