Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Footer #28

Closed
HadikaMalik opened this issue Feb 24, 2024 · 0 comments
Closed

Feature Footer #28

HadikaMalik opened this issue Feb 24, 2024 · 0 comments

Comments

@HadikaMalik
Copy link
Owner

From React-Module-Project created by SallyMcGrath: CodeYourFuture#5

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", "[email protected]", "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.

@HadikaMalik HadikaMalik moved this from 📋 Backlog to 🔖 Ready in React-Hotel-Website-Planner Feb 24, 2024
@PERicci PERicci moved this from 🔖 Ready to 📋 Backlog in React-Hotel-Website-Planner Feb 24, 2024
@PERicci PERicci assigned PERicci and pedram-am and unassigned PERicci Feb 24, 2024
@pedram-am pedram-am moved this from 📋 Backlog to 🔖 Ready in React-Hotel-Website-Planner Feb 28, 2024
@pedram-am pedram-am moved this from 🔖 Ready to 🏗 In progress in React-Hotel-Website-Planner Feb 28, 2024
@pedram-am pedram-am moved this from 🏗 In progress to 👀 In review in React-Hotel-Website-Planner Feb 29, 2024
@PERicci PERicci moved this from 👀 In review to ✅ Done in React-Hotel-Website-Planner Feb 29, 2024
@PERicci PERicci closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants