Skip to content

nicolehle/burger-builder-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burger Builder React Application

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.

Component Tree


App
    -Burger
          -BurgerControls
          -BurgerIngredient
          -OrderSummery
    -Navigation
          -SideDrawer
          -Toolbar
          -NavigationItem
    -UI
    -Logo
      

Stateful Data

ingredients {
  salad: '1',
  meat: '2'
},
purchase: true/false,
totalPrice: '12'

Challenge and Solution

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.

Live Demo

About

Burger Building Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published