-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
42 lines (40 loc) · 975 Bytes
/
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
{
"places": [
{
"id": 0,
"place": "Zanzibar",
"desc": "Things to do on Zanzibar Island",
"img": "https://picsum.photos/id/1011/500/500"
},
{
"id": 1,
"place": "Mexico",
"desc": "14 Reasons why you should visit Mexico now",
"img": "https://picsum.photos/id/1019/500/500"
},
{
"id": 2,
"place": "Namibia",
"desc": "Namibia Desert through our lens",
"img": "https://picsum.photos/id/1015/500/500"
},
{
"id": 3,
"place": "Argentina",
"desc": "Rock climbing in Mendoza",
"img": "https://picsum.photos/id/1038/500/500"
},
{
"id": 4,
"place": "Vietnam",
"desc": "Our adventures on Phu Quoc Island",
"img": "https://picsum.photos/id/1036/500/500"
},
{
"id": 5,
"place": "New Zealand",
"desc": "South Island: Two week road trip",
"img": "https://picsum.photos/id/1041/500/500"
}
]
}