-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummy-data.json
26 lines (26 loc) · 1.08 KB
/
dummy-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
{
"e1": {
"title": "Programming for everyone",
"description": "Everyone can learn to code! Yes, everyone! In this live event, we are going to go through all the key basics and get you started with programming as well.",
"location": "Somestreet 25, 12345 San Somewhereo",
"date": "2021-05-12",
"image": "images/coding-event.jpg",
"isFeatured": false
},
"e2": {
"title": "Networking for introverts",
"description": "We know: Networking is no fun if you are an introvert person. That's why we came up with this event - it'll be so much easier. Promised!",
"location": "New Wall Street 5, 98765 New Work",
"date": "2021-05-30",
"image": "images/introvert-event.jpg",
"isFeatured": true
},
"e3": {
"title": "Networking for extroverts",
"description": "You probably need no help with networking in general. But focusing your energy correctly - that is something where most people can improve.",
"location": "My Street 12, 10115 Broke City",
"date": "2022-04-10",
"image": "images/extrovert-event.jpg",
"isFeatured": true
}
}