React assigment - 1 : Product listing App

Total points = 5

Purpose of this assignment :

  • Testing students skills on
    • creating, styling & mapping components
    • props

Assignment steps:

  • part 1: Create the Products component (point: 1)
  • part 2: Pass products data from the App.js to the Products component (point: 1)
  • part 3: In the Products component map the Product component based on the products data (point: 2)
  • part 4: Make all the necessary adjustment (styles, accessing props value etc.) in the Product component (point: 1)
  • finally check the project demo and try to match your one as much as possible