-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductstate.txt
49 lines (49 loc) · 1.64 KB
/
productstate.txt
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
state = {
"products": [
{
"productDescription": "The iPhone X models with Super Retina with 3D Touch",
"id": 1,
"productImageUrl": "/images/iphone-x-in-hand.jpg",
"productName": "Apple iPhone X 64,GB ",
"productPrice": 87049,
"productQuantity": 5,
"productSeller": "Apple"
},
{
"productDescription": "4 GB RAM 15.7 cm Full HD+ Display,20MP Front Camera 3500 mAh Battery Qualcomm Snapdragon 710 Processor",
"id": 2,
"productImageUrl": "/images/nokia8-1.jpg",
"productName": "Nokia 8.1",
"productPrice": 26000,
"productQuantity": 3,
"productSeller": "Nokia"
},
{
"productDescription": "13MP primary camera with beautify, filter, HDR, panorama, ultra HD and 8MP front facing camera 15.2",
"id": 3,
"productImageUrl": "/images/realme1.jpg",
"productName": "Realme 1",
"productPrice": 10999,
"productQuantity": 3,
"productSeller": "Realme"
},
{
"productDescription": "12+5MP dual rear cameras (f/1.8, single LED flash) with creative camera system; 16MP front facing camera",
"id": 4,
"productImageUrl": "/images/moto-g6-2.jpg",
"productName": "Moto G6 (Indigo Black)",
"productPrice": 15999,
"productQuantity": 9,
"productSeller": "Motorolla"
},
{
"productDescription": "3 GB RAM | 32 GB ROM | Expandable Upto 256 GB 15.75 cm (6.2 inch) HD+ Display 13MP + 2MP | 8MP Front",
"id": 5,
"productImageUrl": "/images/realme-2.jpg",
"productName": "Realme 2",
"productPrice": 9850,
"productQuantity": 9,
"productSeller": "Motorolla"
}
]
}