-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
324 lines (324 loc) · 7.52 KB
/
db.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
{
"products": [
{
"id": 1,
"quantity":0,
"title": "Xbox Series S",
"price": 300,
"image": "assets/images/xboxss.jpg",
"configure": {
"company": "Microsoft",
"storage": "500GB",
"year": 2021,
"processor": "Zen 2",
"gpu": "Lockhart",
"ram": "10Gb GDDR6",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 2,
"quantity":0,
"title": "PlayStation 5",
"price": 499,
"image": "assets/images/ps5.png",
"configure": {
"company": "Sony",
"storage": "825GB",
"year": 2020,
"processor": "AMD Zen 2",
"gpu": "AMD RDNA 2",
"ram": "16GB GDDR6",
"wireless_communication": "Wi-Fi 6"
}
},
{
"id": 3,
"quantity":0,
"title": "Nintendo Switch",
"price": 299,
"image": "assets/images/switch.jpg",
"configure": {
"company": "Nintendo",
"storage": "32GB",
"year": 2017,
"processor": "Nvidia Tegra X1",
"gpu": "Nvidia Maxwell",
"ram": "4GB LPDDR4",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 4,
"quantity":0,
"title": "Xbox Series X",
"price": 499,
"image": "assets/images/xboxsx.jpg",
"configure": {
"company": "Microsoft",
"storage": "1TB",
"year": 2020,
"processor": "Zen 2",
"gpu": "RDNA 2",
"ram": "16GB GDDR6",
"wireless_communication": "Wi-Fi 6"
}
},
{
"id": 5,
"quantity":0,
"title": "PlayStation 4",
"price": 399,
"image": "assets/images/ps4.jpg",
"configure": {
"company": "Sony",
"storage": "500GB",
"year": 2013,
"processor": "AMD Jaguar",
"gpu": "AMD Radeon",
"ram": "8GB GDDR5",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 6,
"quantity":0,
"title": "Xbox One S",
"price": 299,
"image": "assets/images/xboxos.jpg",
"configure": {
"company": "Microsoft",
"storage": "1TB",
"year": 2016,
"processor": "AMD Jaguar",
"gpu": "AMD Radeon",
"ram": "8GB DDR3",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 7,
"quantity":0,
"title": "PlayStation 3",
"price": 599,
"image": "assets/images/ps3.jpg",
"configure": {
"company": "Sony",
"storage": "80GB",
"year": 2006,
"processor": "IBM Cell",
"gpu": "Nvidia RSX",
"ram": "256MB XDR",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 8,
"quantity":0,
"title": "Xbox 360",
"price": 199,
"image": "assets/images/xbox360.jpg",
"configure": {
"company": "Microsoft",
"storage": "250GB",
"year": 2005,
"processor": "IBM PowerPC",
"gpu": "ATI Xenos",
"ram": "512MB GDDR3",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 9,
"quantity":0,
"title": "Nintendo GameCube",
"price": 149,
"image": "assets/images/gamecube.jpg",
"configure": {
"company": "Nintendo",
"storage": "1.5GB",
"year": 2001,
"processor": "IBM PowerPC",
"gpu": "ATI Flipper",
"ram": "40MB",
"wireless_communication": "None"
}
},
{
"id": 10,
"quantity":0,
"title": "PlayStation 2",
"price": 299,
"image": "assets/images/ps2.jpg",
"configure": {
"company": "Sony",
"storage": "40GB",
"year": 2000,
"processor": "Emotion Engine",
"gpu": "Graphics Synthesizer",
"ram": "32MB RDRAM",
"wireless_communication": "None"
}
},
{
"id": 11,
"quantity":0,
"title": "Xbox One X",
"price": 499,
"image": "assets/images/xboxox.jpg",
"configure": {
"company": "Microsoft",
"storage": "1TB",
"year": 2017,
"processor": "AMD Jaguar",
"gpu": "AMD Radeon",
"ram": "12GB GDDR5",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 12,
"quantity":0,
"title": "Nintendo Wii",
"price": 249,
"image": "assets/images/Wii.png",
"configure": {
"company": "Nintendo",
"storage": "512MB",
"year": 2006,
"processor": "IBM PowerPC",
"gpu": "ATI Hollywood",
"ram": "88MB",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 13,
"quantity":0,
"title": "PlayStation",
"price": 299,
"image": "assets/images/ps1.jpg",
"configure": {
"company": "Sony",
"storage": "None",
"year": 1994,
"processor": "R3000",
"gpu": "None",
"ram": "2MB",
"wireless_communication": "None"
}
},
{
"id": 14,
"quantity":0,
"title": "Sega Dreamcast",
"price": 199,
"image": "assets/images/dreamcast.png",
"configure": {
"company": "Sega",
"storage": "1.2GB",
"year": 1998,
"processor": "Hitachi SH4",
"gpu": "PowerVR2",
"ram": "16MB",
"wireless_communication": "None"
}
},
{
"id": 15,
"quantity":0,
"title": "Atari 2600",
"price": 199,
"image": "assets/images/Atari2600.jpg",
"configure": {
"company": "Atari",
"storage": "None",
"year": 1977,
"processor": "MOS 6507",
"gpu": "None",
"ram": "128 bytes",
"wireless_communication": "None"
}
},
{
"id": 16,
"quantity":0,
"title": "Nintendo Switch",
"price": 299,
"image": "assets/images/switch.jpg",
"configure": {
"company": "Nintendo",
"storage": "32GB",
"year": 2017,
"processor": "Nvidia Tegra",
"gpu": "Nvidia Tegra",
"ram": "4GB LPDDR4",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 17,
"quantity":0,
"title": "PlayStation 4 Pro",
"price": 399,
"image": "assets/images/ps4pro.jpg",
"configure": {
"company": "Sony",
"storage": "1TB",
"year": 2016,
"processor": "AMD Jaguar",
"gpu": "AMD Radeon",
"ram": "8GB GDDR5",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 18,
"quantity":0,
"title": "Xbox Series X",
"price": 499,
"image": "assets/images/xboxsx.jpg",
"configure": {
"company": "Microsoft",
"storage": "1TB",
"year": 2020,
"processor": "AMD Zen 2",
"gpu": "AMD RDNA 2",
"ram": "16GB GDDR6",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 19,
"quantity":0,
"title": "PlayStation 5",
"price": 499,
"image": "assets/images/ps5.png",
"configure": {
"company": "Sony",
"storage": "825GB",
"year": 2020,
"processor": "AMD Zen 2",
"gpu": "AMD RDNA 2",
"ram": "16GB GDDR6",
"wireless_communication": "Wi-Fi"
}
},
{
"id": 20,
"quantity":0,
"title": "Nintendo 64",
"price": 199,
"image": "assets/images/nintendo64.jpg",
"configure": {
"company": "Nintendo",
"storage": "32MB",
"year": 1996,
"processor": "MIPS R4300i",
"gpu": "Reality Coprocessor",
"ram": "4MB",
"wireless_communication": "None"
}
}
]
}