-
Notifications
You must be signed in to change notification settings - Fork 592
/
products.json
46 lines (46 loc) · 1.19 KB
/
products.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"id": "1",
"title": "Baby Yoda",
"image": "img/products/baby-yoda.svg",
"additionalImages": [
"https://placekitten.com/200/139",
"https://placekitten.com/200/139?2"
],
"description": "Baby Yoda sticker",
"price": 49.99
},
{
"id": "2",
"title": "Banana",
"image": "img/products/banana.svg",
"additionalImages": [
"https://placekitten.com/200/139",
"https://placekitten.com/200/139?2"
],
"description": "Banana sticker",
"price": 19.99
},
{
"id": "3",
"title": "Girl",
"image": "img/products/girl.svg",
"additionalImages": [
"https://placekitten.com/201/139",
"https://placekitten.com/201/139?2"
],
"description": "Girl sticker",
"price": 24.99
},
{
"id": "4",
"title": "Viking",
"image": "img/products/viking.svg",
"additionalImages": [
"https://placekitten.com/203/139",
"https://placekitten.com/204/139?2"
],
"description": "Viking sticker",
"price": 34.99
}
]