forked from bharath12345/ADOBE_REACT_21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
94 lines (94 loc) · 4.29 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
{
"products": [
{
"id": 1,
"title": "Google Pixel - Black",
"img": "img/product-1.png",
"price": 10,
"company": "GOOGLE",
"info": "It has an extraordinary camera with features such as Night Sight, Super Res Zoom, Portrait Mode and HDR+. It features a battery that charges fast and lasts all day long. It also comes with three years of security and OS updates included. It’s everything you love about Google – in a phone",
"inCart": false,
"count": 0,
"total": 0
},
{
"id": 2,
"title": "Samsung S7",
"img": "img/product-2.png",
"price": 16,
"company": "SAMSUNG",
"info": "It's not just a new phone. It brings a new way of thinking about what a phone can do. You defined the possibilities and we redefined the phone. The Galaxy S7 and S7 edge. Rethink what a phone can do.",
"inCart": false,
"count": 0,
"total": 0
},
{
"id": 3,
"title": "HTC 10 - Black",
"img": "img/product-3.png",
"price": 8,
"company": "htc",
"info": "HTC 10. It’s more of what you’re looking for in a flagship phone. Unparalleled performance. Superb 24-bit Hi-Res sound. The world’s first* Optical Image Stabilisation in both front and back cameras.",
"inCart": false,
"count": 0,
"total": 0
},
{
"id": 4,
"title": "HTC 10 - White",
"img": "img/product-4.png",
"price": 18,
"company": "htc",
"info": "HTC 10. It’s more of what you’re looking for in a flagship phone. Unparalleled performance. Superb 24-bit Hi-Res sound. The world’s first* Optical Image Stabilisation in both front and back cameras.",
"inCart": false,
"count": 0,
"total": 0
},
{
"id": 5,
"title": "HTC Desire 626s",
"img": "img/product-5.png",
"price": 24,
"company": "htc",
"info": "HTC 10. It’s more of what you’re looking for in a flagship phone. Unparalleled performance. Superb 24-bit Hi-Res sound. The world’s first* Optical Image Stabilisation in both front and back cameras.",
"inCart": false,
"count": 0,
"total": 0
},
{
"id": 6,
"title": "Vintage Iphone",
"img": "img/product-6.png",
"price": 17,
"company": "apple",
"info": "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
"inCart": false,
"count": 0,
"total": 0
},
{
"id": 7,
"title": "Iphone 7",
"img": "img/product-7.png",
"price": 30,
"company": "apple",
"info": "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
"inCart": false,
"count": 0,
"total": 0
},
{
"id": 8,
"title": "Smashed Iphone",
"img": "img/product-8.png",
"price": 2,
"company": "apple",
"info": "Lorem ipsum dolor amet offal butcher quinoa sustainable gastropub, echo park actually green juice sriracha paleo. Brooklyn sriracha semiotics, DIY coloring book mixtape craft beer sartorial hella blue bottle. Tote bag wolf authentic try-hard put a bird on it mumblecore. Unicorn lumbersexual master cleanse blog hella VHS, vaporware sartorial church-key cardigan single-origin coffee lo-fi organic asymmetrical. Taxidermy semiotics celiac stumptown scenester normcore, ethical helvetica photo booth gentrify.",
"inCart": false,
"count": 0,
"total": 0
}
],
"orders": [
]
}