-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
40 lines (40 loc) · 772 Bytes
/
db.json
File metadata and controls
40 lines (40 loc) · 772 Bytes
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
{
"tasks": [
{
"id": 1,
"text": "Doctors Appointment",
"day": "May 5th at 2:30pm",
"reminder": true
},
{
"id": 2,
"text": "Meeting at School",
"day": "May 6th at 2:30pm",
"reminder": true
},
{
"id": 3,
"text": "Food Shopping",
"day": "May 7th at 12:30pm",
"reminder": false
},
{
"id": 4,
"text": "Symposium at IIIT-Hyderabad",
"day": "May 8th at 05:30pm",
"reminder": false
},
{
"id": 5,
"text": "Income Tax Reimbursement",
"day": "May 8th at 10:30pm",
"reminder": false
},
{
"text": "Pick up children from school",
"day": "May 12th at 4:00Pm",
"reminder": true,
"id": 6
}
]
}