krissyjames / props-practice

0 stars 0 forks source link

Task 2: Pass down the data of each JSON object to this child component. #2

Closed krissyjames closed 2 weeks ago

krissyjames commented 2 weeks ago

Pass down the data of each JSON object to this child component.

Description: Pass down the data of each JSON object from demopost.json to the child component under the "app" div in App.js

Requirements:

  1. Pass down the data of demopost.json objects to App.js
  2. key index
  3. liked
  4. saved
  5. totalLikes
  6. caption
  7. userName
  8. postImgURL
  9. userImgURL
  10. comments

Acceptance Criteria:

Dependencies: