forked from CodeYourFuture/React-Module-Project
-
Notifications
You must be signed in to change notification settings - Fork 1
Feature Order #11
Copy link
Copy link
Open
Description
Activity
Metadata
Metadata
Assignees
Projects
- StatusShow more project fields✅ Done
From React-Module-Project created by SallyMcGrath: CodeYourFuture#12
Instructions:
Extract the
<li>containing "Pizzas" from the<Restaurant />component to a new component namedOrder. Also, move the declaration of theordersstate and theorderOnefunction from the<Restaurant />component to the new<Order />component. Use the<Order />component in the<ul>list of the<Restaurant />component.Dependent on #11
Test: