rayhan120 / react-assignment-1-products-listing-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 54.9%Language:HTML 26.6%Language:CSS 18.5%