generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
🏕 Priority MandatoryThis work is expectedThis work is expected🐂 Size Medium1-4 hours1-4 hours📅 Week 1Assigned during Week 1 of this moduleAssigned during Week 1 of this module🧩 Feature
Description
Instructions:
Create a <Footer />
component which should be rendered at the bottom of the page. Pass the following array as a prop to this component: ["123 Fake Street, London, E1 4UD", "hello@fakehotel.com", "0123 456789"]
. Inside the component, use the data you passed as a prop to render a <ul>
list with each item of the array displayed as a <li>
.
Hint: The .map()
method will be useful.
Test:
The footer should render at the bottom of the page with each address property displayed as a list item.
Metadata
Metadata
Assignees
Labels
🏕 Priority MandatoryThis work is expectedThis work is expected🐂 Size Medium1-4 hours1-4 hours📅 Week 1Assigned during Week 1 of this moduleAssigned during Week 1 of this module🧩 Feature
Type
Projects
Status
📋 Backlog