-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
48 lines (48 loc) · 1.79 KB
/
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
42
43
44
45
46
47
48
{
"crowdfundings": [
{
"id": 1,
"title": "Bantu Renovasi Bangunan Sekolah di Jakarta",
"category": "Sekolah",
"thumbnail": "https://raw.githubusercontent.com/algonacci/Free-CDN/main/Freeducation-CDN/sekolah.jpg",
"pledged": 87500,
"target": 100000,
"date_end": 15909920000,
"profile_photo": "https://raw.githubusercontent.com/algonacci/Free-CDN/main/Freeducation-CDN/admin.png",
"profile_name": "Admin"
},
{
"id": 2,
"title": "Ikut Urun Dana Untuk Penelitian Energi Terbarukan",
"category": "Riset",
"thumbnail": "https://raw.githubusercontent.com/algonacci/Free-CDN/main/Freeducation-CDN/riset.jpg",
"pledged": 120000,
"target": 6700000,
"date_end": 15909920000,
"profile_photo": "https://raw.githubusercontent.com/algonacci/Free-CDN/main/Freeducation-CDN/admin.png",
"profile_name": "Admin"
},
{
"id": 3,
"title": "Salurkan Bantuan Buku ke Daerah 3T",
"category": "Buku",
"thumbnail": "https://raw.githubusercontent.com/algonacci/Free-CDN/main/Freeducation-CDN/buku.jpg",
"pledged": 10000,
"target": 256000,
"date_end": 15909920000,
"profile_photo": "https://raw.githubusercontent.com/algonacci/Free-CDN/main/Freeducation-CDN/admin.png",
"profile_name": "Admin"
},
{
"id": 4,
"title": "Bantu Urun Dana Untuk Beasiswa Murid Berprestasi",
"category": "Beasiswa",
"thumbnail": "https://raw.githubusercontent.com/algonacci/Free-CDN/main/Freeducation-CDN/beasiswa.jpg",
"pledged": 1200,
"target": 190000,
"date_end": 15909920000,
"profile_photo": "https://raw.githubusercontent.com/algonacci/Free-CDN/main/Freeducation-CDN/admin.png",
"profile_name": "Admin"
}
]
}