Skip to content

Irfan-Majid/react-assignment-1-products-listing-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 24.2%
  • CSS 20.2%