-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
32 lines (32 loc) · 715 Bytes
/
Copy pathdb.json
File metadata and controls
32 lines (32 loc) · 715 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
{
"tasks": [
{
"id": "1",
"text": "Kaplan MCAT review",
"deadline": "July 26th",
"description": "30/60 chapters done",
"reminder": true
},
{
"id": 2,
"text": "AI4BD tasks",
"deadline": "July 20th",
"description": "AI tools for GI cancer clinical trial enrollment & Research for alternative CE agencies",
"reminder": true
},
{
"id": 3,
"text": "Finishing React project For med lab",
"deadline": "July 22th",
"description": "Thats this project!",
"reminder": true
},
{
"text": "Heyo",
"deadline": "nope",
"description": "lalala",
"reminder": true,
"id": 4
}
]
}