Challenge: Multi-Stage Navbar
Hands-on exercise to test your knowledge about the fundamentals of function components of React.
We'll cover the following...
We'll cover the following...
Task
Create an enhanced navigation bar using only function component for a website that allows users to navigate to different sections and subcategories of the navbar. Create a navigation bar with the following features:
Display Navbar items.
Display main menu items that are
Home
,Product
,About
, andSecure
.Highlight the currently selected item.
Implement subcategories for ...