ST-React-Learning / final-project-docs

0 stars 0 forks source link

DATA JSON #3

Open st-quando opened 3 years ago

st-quando commented 3 years ago
[
  {
    "id": 1,
    "key": "1",
    "name": "Snacks & Fast Food"
  },
  {
    "id": 2,
    "key": "2",
    "name": "Fresh Vegetables"
  },
  {
    "id": 3,
    "key": "3",
    "name": "Fresh Fruits"
  },
  {
    "id": 4,
    "key": "4",
    "name": "Fresh Meat"
  }
]
st-quando commented 3 years ago
[
  {
    "id": "1",
    "cover": "http://demo.posthemes.com/pos_ecolife/layout2/60-home_default/the-adventure-begins-framed-poster.jpg",
    "name": "New Balance strawberry",
    "price": "20",
    "sales": "0",
    "stars": "5",
    "type": "3"
  },
  {
    "id": "2",
    "cover": "http://demo.posthemes.com/pos_ecolife/layout2/48-home_default/trans-weight-hooded-wind-and-water-resistant-shell.jpg",
    "name": "Trans-Weight Hooded Wind and Water Resistant Shell",
    "price": "11.9",
    "sales": "0",
    "stars": "4",
    "type": "4"
  },
  {
    "id": "3",
    "cover": "http://demo.posthemes.com/pos_ecolife/layout2/86-home_default/brixton-patrol-all-terrain-anorak-jacket.jpg",
    "name": "Brixton Patrol All Terrain Anorak Jacket 2",
    "price": "29",
    "sales": "0",
    "stars": "5",
    "type": "1"
  },
  {
    "id": "4",
    "cover": "http://demo.posthemes.com/pos_ecolife/layout2/28-home_default/juicy-couture-tricot-logo-stripe-jacket.jpg",
    "name": "Juicy Couture Tricot Logo Stripe Jacket",
    "price": "9",
    "sales": "0",
    "stars": "3",
    "type": "2"
  },
  {
    "id": "5",
    "cover": "http://demo.posthemes.com/pos_ecolife/layout2/80-home_default/new-luxury-men-s-slim-fit-shirt-short-sleeve-stylish-casual-blouse.jpg",
    "name": "Big Canada Orange",
    "price": "29",
    "sales": "-10%",
    "stars": "5",
    "type": "3"
  },
  {
    "id": "6",
    "cover": "http://demo.posthemes.com/pos_ecolife/layout2/36-home_default/brown-bear-cushion.jpg",
    "name": "Solid tomatoes",
    "price": "18.6",
    "sales": "-8",
    "stars": "5",
    "type": "2"
  },
  {
    "id": "7",
    "cover": "http://demo.posthemes.com/pos_ecolife/layout2/45-home_default/-water-and-wind-resistant-insulated-jacket.jpg",
    "name": "Water and Wind Resistant Insulated",
    "price": "8",
    "sales": "0",
    "stars": "2",
    "type": "4"
  },
  {
    "id": "8",
    "cover": "http://demo.posthemes.com/pos_ecolife/layout2/57-home_default/calvin-klein-jeans-reflective-logo-full-zip.jpg",
    "name": "Calvin Reflective ketchups",
    "price": "5",
    "sales": "-20%",
    "stars": "3",
    "type": "1"
  }
]