Challenge: Simplified E-Commerce Application
Test your ability to implement dynamic routing, nested routes, programmatic navigation, and handle undefined paths using React Router.
Problem statement
You are tasked with creating a simplified e-commerce application with the following features:
Home page: Display links to navigate to the "Products" page, "Contact" page, and "Cart" page.
Products page: List at least 3 real products, each with a name, description, and price. Each product should have a "View details" link that navigates to the "Product Details" page using ...