Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 413 Bytes

resources.md

File metadata and controls

24 lines (23 loc) · 413 Bytes

React Context Part 3

[
  {
    title: 'Title',
    brand: 'Brand Name',
    id: 1001,
    imageUrl:
      'https://assets.ccbp.in/frontend/react-js/sample-product-img.jpg',
    price: 760,
    quantity: 5,
  },
  {
    title: 'Title',
    brand: 'Brand Name',
    id: 1002,
    imageUrl:
      'https://assets.ccbp.in/frontend/react-js/sample-product-img.jpg',
    price: 760,
    quantity: 2,
  },
]