Feature Order #17
Labels
♟️ Dependent ticket
This ticket depends on something else being completed first this sprint
🧩 Feature
🐇 Size Small
Around an hour
📅 Week 2
Assigned during Week 2 of this module
Instructions:
Extract the
<li>
containing "Pizzas" from the<Restaurant />
component to a new component namedOrder
. Also, move the declaration of theorders
state and theorderOne
function 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:
The text was updated successfully, but these errors were encountered: