forked from knowit/react-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
executable file
·142 lines (142 loc) · 3.57 KB
/
data.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[
{
"id": 1,
"name": "Appelsinjuice",
"price": 22,
"category": "Juice",
"img": "https://kolonial.no/media/uploads/public/214/246/1142646-f2737-product_large.jpg"
},
{
"id": 2,
"name": "Catena Alta Cabernet Sauvignon 2018",
"price": 335,
"category": "Wine",
"img": "https://bilder.vinmonopolet.no/cache/515x515-0/4610601-1.jpg"
},
{
"id": 3,
"name": "Eventyrbrus",
"price": 29,
"category": "Soft drink",
"img": "https://kolonial.no/media/uploads/public/176/330/1142730-1b4ac-product_large.jpg"
},
{
"id": 4,
"name": "Nøgne Ø Imperial Stout",
"price": 80,
"category": "Beer",
"img": "https://bilder.vinmonopolet.no/cache/300x300-0/1053802-1.jpg"
},
{
"id": 5,
"name": "Erdinger Alkoholfrei",
"price": 29,
"category": "Beer",
"img": "https://bilder.vinmonopolet.no/cache/515x515-0/6395702-1.jpg"
},
{
"id": 6,
"name": "Solo",
"price": 35,
"category": "Soft drink",
"img": "https://kolonial.no/media/uploads/public/132/156/1114956-cd1ca-product_large.jpg"
},
{
"id": 7,
"name": "Kronenbourg 1664 Blanc",
"price": 40,
"category": "Beer",
"img": "https://bilder.vinmonopolet.no/cache/300x300-0/1793702-1.jpg"
},
{
"id": 8,
"name": "Masciarelli Rosato 2017",
"price": 179,
"category": "Wine",
"img": "https://bilder.vinmonopolet.no/cache/515x515-0/4733601-1.jpg"
},
{
"id": 9,
"name": "Nøgne Ø Dark Horizon 5",
"price": 250,
"category": "Beer",
"img": "https://bilder.vinmonopolet.no/cache/300x300-0/6975202-1.jpg"
},
{
"id": 10,
"name": "Eplejuice",
"price": 27,
"category": "Juice",
"img": "https://kolonial.no/media/uploads/public/1/87/1138887-d812e-product_large.jpg"
},
{
"id": 11,
"name": "Pepsi",
"price": 41,
"category": "Soft drink",
"img": "https://kolonial.no/media/uploads/public/114/252/1148652-93107-product_large.jpg"
},
{
"id": 12,
"name": "Brugse Zot Blond",
"price": 49,
"category": "Beer",
"img": "https://bilder.vinmonopolet.no/cache/300x300-0/5233102-1.jpg"
},
{
"id": 13,
"name": "Vajra Barolo Bricco delle Viole 2014",
"price": 556,
"category": "Wine",
"img": "https://bilder.vinmonopolet.no/cache/515x515-0/4517601-1.jpg"
},
{
"id": 14,
"name": "Tøyen-Cola",
"price": 27,
"category": "Soft drink",
"img": "https://kolonial.no/media/uploads/public/178/141/1150941-7f4b9-product_large.jpg"
},
{
"id": 15,
"name": "Brugse Zot Dubbel",
"price": 53,
"category": "Beer",
"img": "https://bilder.vinmonopolet.no/cache/300x300-0/6977002-1.jpg"
},
{
"id": 16,
"name": "Tranebærjuice",
"price": 54,
"category": "Juice",
"img": "https://kolonial.no/media/uploads/public/258/136/1149336-784ae-product_large.jpg"
},
{
"id": 17,
"name": "Cant. del Castello Soave Classico 2017",
"price": 139,
"category": "Wine",
"img": "https://bilder.vinmonopolet.no/cache/515x515-0/4558701-1.jpg"
},
{
"id": 18,
"name": "By The Horns Samba King Rye Ale",
"price": 55,
"category": "Beer",
"img": "https://bilder.vinmonopolet.no/cache/300x300-0/6989002-1.jpg"
},
{
"id": 19,
"name": "Eplemost",
"price": 54,
"category": "Juice",
"img": "https://kolonial.no/media/uploads/public/173/178/1114978-6486d-product_large.jpg"
},
{
"id": 20,
"name": "Tonic",
"price": 44,
"category": "Soft drink",
"img": "https://kolonial.no/media/uploads/public/222/270/1148670-38974-product_large.jpg"
}
]