Skip to content

Commit 458c875

Browse files
Add data.json
1 parent 5b4480d commit 458c875

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

project/data.json

+93
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
[
2+
{
3+
"id": "1",
4+
"name": "Airpods",
5+
"price": "200",
6+
"image": "https://images-na.ssl-images-amazon.com/images/I/71zny7BTRlL._AC_SL1500_.jpg",
7+
"active": true,
8+
"seller": "Apple",
9+
"brand": "Apple",
10+
"model": "Airpods",
11+
"color": "White",
12+
"category": "Electronics",
13+
"description": "Quick access to Siri by saying “ Hey Siri ”. Note : If the size of the earbud tips does not match the size of your ear canals or the headset is not worn properly in your ears, you may not obtain the correct sound qualities or call performance. Change the earbud tips to ones that fit more snugly in your ear. More than 24 hours total listening time with the Charging Case. Effortless setup, in-ear detection, and automatic switching for a magical experience. Easily share audio between two sets of AirPods on your iPhone, iPad, iPod touch, or Apple TV"
14+
},
15+
{
16+
"id": "2",
17+
"name": "Apple Watch",
18+
"price": "300",
19+
"image": "https://m.media-amazon.com/images/I/71XMTLtZd5L._AC_UY436_FMwebp_QL65_.jpg",
20+
"active": true,
21+
"seller": "Apple",
22+
"brand": "Apple",
23+
"model": "Apple Watch",
24+
"color": "Black",
25+
"category": "Electronics",
26+
"description": "Apple Watch Series 3 (GPS, 38mm) - Space Gray Aluminium Case with Black Sport Band"
27+
},
28+
{
29+
"id": "3",
30+
"name": "Apple 2022 MacBook Pro",
31+
"price": "1000",
32+
"image": "https://m.media-amazon.com/images/I/61bX2AoGj2L._AC_UY436_FMwebp_QL65_.jpg",
33+
"active": true,
34+
"seller": "Apple",
35+
"brand": "Apple",
36+
"model": "MacBook Pro",
37+
"color": "Grey",
38+
"category": "Electronics",
39+
"description": "SUPERCHARGED BY M2 — The 13-inch MacBook Pro laptop is a portable powerhouse. Get more done faster with a next-generation 8-core CPU, 10-core GPU and up to 24GB of unified memory."
40+
},
41+
{
42+
"id": "4",
43+
"name": "Samsung Galaxy S21 5G",
44+
"price": "270",
45+
"image": "https://m.media-amazon.com/images/I/61jYjeuNUnL._AC_UY436_FMwebp_QL65_.jpg",
46+
"active": true,
47+
"seller": "SAMSUNG",
48+
"brand": "SAMSUNG",
49+
"model": "S21",
50+
"color": "Black",
51+
"category": "Electronics",
52+
"description": "US Model. Compatible with Most GSM and CDMA Carriers like T-Mobile, AT&T, MetroPCS, etc. Will Also work with CDMA Carriers Such as Verizon, Sprint."
53+
},
54+
{
55+
"id": "5",
56+
"name": "SAMSUNG 85 Class Neo QLED 4K",
57+
"price": "2,697",
58+
"image": "https://m.media-amazon.com/images/I/91l0zt+lh3L._AC_SX679_.jpg",
59+
"active": true,
60+
"seller": "SAMSUNG",
61+
"brand": "SAMSUNG",
62+
"model": "4K QN90B",
63+
"color": "Grey",
64+
"category": "Electronics",
65+
"description": "QUANTUM MATRIX WITH MINI LEDs: Brilliant details shine even in daylight; Powered by a huge grid of Samsung’s ultra precise Quantum Mini LEDs, it takes exact control of the individual zones of light in your picture for breathtaking color and contrast"
66+
},
67+
{
68+
"id": "6",
69+
"name": "SAMSUNG Galaxy Buds2",
70+
"price": "76",
71+
"image": "https://m.media-amazon.com/images/I/41kyDAzwbrL._AC_UY436_FMwebp_QL65_.jpg",
72+
"active": true,
73+
"seller": "SAMSUNG",
74+
"brand": "SAMSUNG",
75+
"model": "Galaxy Buds2",
76+
"color": "Black",
77+
"category": "Electronics",
78+
"description": "Your Ears Never Had It So Good: Galaxy Buds2 ear buds take your passion for music to new heights with booming sound that makes you feel like you're on stage with your favorite band"
79+
},
80+
{
81+
"id": "7",
82+
"name": "Beats Studio3 Wireless Noise Cancelling",
83+
"price": "199",
84+
"image": "https://m.media-amazon.com/images/I/51-+O3-wFxL._AC_SX679_.jpg",
85+
"active": false,
86+
"seller": "Beats",
87+
"brand": "Beats",
88+
"model": "Beats Studio3",
89+
"color": "Matte Black",
90+
"category": "Electronics",
91+
"description": "High-performance wireless noise cancelling headphones"
92+
}
93+
]

0 commit comments

Comments
 (0)