Question
Using react, create a navigation menu component for the website for the fictitious company you have been working on in the last tasks. This component
Using react, create a navigation menu component for the website for the fictitious company you have been working on in the last tasks. This component should include menu items for the home page, user profile page, shopping page, and legal page. Modify the App.js file you created in your previous task to do the following: Display the header component on every page. Display the menu component on every page. Create a Logout button on the user profile page which displays User has logged out in an alert when the button is clicked. Only display the landing component on the home page (i.e. root URL - /) Display at least 3 product components when the shop menu item is selected.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started