zelihapala / React-Module-Project

The fabled CYF Hotel
0 stars 0 forks source link

Feature RestaurantButton #15

Open zelihapala opened 5 months ago

zelihapala commented 5 months ago

From React-Module-Project created by SallyMcGrath: CodeYourFuture/React-Module-Project#11

Instructions:

Extract the <button> currently in the <Restaurant /> component to a new component named RestaurantButton. Pass the orderOne function as a prop to the <RestaurantButton /> component and use this prop in the onClick handler.

Test: