Challenge: Product Listing Page
Test your React components skills by implementing the product listing page.
Problem statement
You are tasked with creating a product listing page as part of a larger online store application. This page should include a header, display a list of products, indicate if a product is on sale, and feature a “Buy now” button that responds to user clicks. All components should be stateless, and all dynamic behavior or content should be driven by props.
Task 1: Building the UI structure and applying styles
Create a
Header
component that displays a title, e.g., “Our ...
Access this course and 1400+ top-rated courses and projects.