-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomputer.json
74 lines (74 loc) · 1.93 KB
/
computer.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
[
{
"name":"Apple Desktop",
"image":"Images/ComputerA1.png",
"company": "Apple",
"make": "Desktop Monitor",
"cost": "66900",
"category":"Computer"
},
{
"name":"Apple MiniDesktop",
"image":"Images/ComputerA2.png",
"company": "Apple",
"make": "Desktop Monitor",
"cost": "60900",
"category":"Computer"
},
{
"name":"Mackbook",
"image":"Images/ComputerA3.png",
"company": "Apple",
"make": "Mackbook AZ1",
"cost": "89900",
"category":"Computer"
},
{
"name":"Abus Gaming Computer",
"image":"Images/ComputerG1.png",
"company": "Abus",
"make": "8th Gen Blue Brand",
"cost": "55500",
"category":"Computer"
},
{
"name":"IGG Gaming Computer",
"image":"Images/ComputerG2.png",
"company": "IGG",
"make": "8th Gen Red Brand",
"cost": "56900",
"category":"Computer"
},
{
"name":"RichTonics Gaming Computer",
"image":"Images/ComputerG3.png",
"company": "Richtonics",
"make": "6th Gen Gaming Computer",
"cost": "44999",
"category":"Computer"
},
{
"name":"RichTonicsHC Gaming Computer",
"image":"Images/ComputerG4.png",
"company": "Richtonics",
"make": "6th Gen GamingHC Computer",
"cost": "47999",
"category":"Computer"
},
{
"name":"RichTonicsRD Gaming Computer",
"image":"Images/ComputerG5.png",
"company": "Richtonics",
"make": "6th Gen Red Gaming Computer",
"cost": "41999",
"category":"Computer"
},
{
"name":"RichTonics Water Cooled Computer",
"image":"Images/ComputerG6.png",
"company": "Richtonics",
"make": "9th Gen UltraGaming Computer",
"cost": "74999",
"category":"Computer"
}
]