Skip to content

Instantly share code, notes, and snippets.

@Veekta
Created October 22, 2022 08:44
Show Gist options
  • Save Veekta/a206d23351c35f71aa8d2a82afe27968 to your computer and use it in GitHub Desktop.
Save Veekta/a206d23351c35f71aa8d2a82afe27968 to your computer and use it in GitHub Desktop.
let data = [
{
Id1: 1,
id: "3OayPUASk1JJFJwpKW7u",
images:
"https://res.cloudinary.com/veekta/image/upload/v1664019701/EkoseRx/image1_t8dyfj.png",
description:
"Advilmed 20mg/ml oral suspension is a medicine composed of ibuprofen, a non-steroidal anti-inflammatory drug. It has an antipyretic and analgesic action.",
name: "Advil",
price: 3000,
ratings: 3,
offerPrice: 200,
subtitle: "Children and infants ",
Stock: 9,
numberOfReviews: 2,
},
{
Id1: 2,
id: "5N3y7DfjZwFTPxoyg3La",
images:
"https://res.cloudinary.com/veekta/image/upload/v1664019705/EkoseRx/image2_ncdjcb.png",
description:
"Advilmed 20mg/ml oral suspension is a medicine composed of ibuprofen, a non-steroidal anti-inflammatory drug. It has an antipyretic and analgesic action.",
name: "Compeed ",
price: 1500,
ratings: 3,
offerPrice: 200,
subtitle: "Plaster",
Stock: 9,
numberOfReviews: 2,
},
{
Id1: 3,
id: "7mOdjVqp9co87Ymkvk9F",
images:
"https://res.cloudinary.com/veekta/image/upload/v1664019707/EkoseRx/image3_no0nlq.png",
description:
"Advilmed 20mg/ml oral suspension is a medicine composed of ibuprofen, a non-steroidal anti-inflammatory drug. It has an antipyretic and analgesic action.",
name: "Amoxicillin ",
price: 2100,
ratings: 3,
offerPrice: 200,
subtitle: "",
Stock: 9,
numberOfReviews: 2,
},
{
Id1: 4,
id: "G6qQaEqzWcMytMI3W7re",
images:
"https://res.cloudinary.com/veekta/image/upload/v1664019709/EkoseRx/image4_uibayf.png",
description:
"Advilmed 20mg/ml oral suspension is a medicine composed of ibuprofen, a non-steroidal anti-inflammatory drug. It has an antipyretic and analgesic action.",
name: "Metronidazole ",
price: 2000,
ratings: 3,
offerPrice: 200,
subtitle: "500mg",
Stock: 9,
numberOfReviews: 2,
},
{
Id1: 5,
id: "HF8vtnhZS0xeBB8kPLJZ",
images:
"https://res.cloudinary.com/veekta/image/upload/v1664019714/EkoseRx/image5_ivdknb.png",
description:
"Advilmed 20mg/ml oral suspension is a medicine composed of ibuprofen, a non-steroidal anti-inflammatory drug. It has an antipyretic and analgesic action.",
name: "Folic Acid",
price: 1000,
ratings: 3,
offerPrice: 200,
subtitle: "800mcg",
Stock: 9,
numberOfReviews: 2,
},
{
Id1: 6,
id: "RIatpdNzjYeRc4JmJ8y9",
images:
"https://res.cloudinary.com/veekta/image/upload/v1664019717/EkoseRx/image6_yh7val.png",
description:
"Advilmed 20mg/ml oral suspension is a medicine composed of ibuprofen, a non-steroidal anti-inflammatory drug. It has an antipyretic and analgesic action.",
name: "Aspirin",
price: 1050,
ratings: 3,
offerPrice: 200,
subtitle: "400/240mg",
Stock: 9,
numberOfReviews: 2,
},
];
export default data;
@timothy-okoduwa
Copy link

nice gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment