-
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) · 774 Bytes
/
Copy pathdb.json
File metadata and controls
32 lines (32 loc) · 774 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": "60bb",
"title": "Work",
"text": "Study",
"done": false,
"createdAt": "3/8/2024, 7:58:15 PM"
},
{
"title": "Home ",
"text": "Get Groceries from the market and dont forget extra Dhaniya & HariMirch",
"done": false,
"createdAt": "3/8/2024, 8:06:19 PM",
"id": "8861"
},
{
"id": "45ee",
"title": "College",
"text": "Prepare Presentation for the final year project before 13th of march",
"done": false,
"createdAt": "3/8/2024, 7:59:46 PM"
},
{
"id": "f38e",
"title": "Study",
"text": "Practice 5 DSA Questions and do revision on regular basis",
"done": false,
"createdAt": "3/8/2024, 8:00:26 PM"
}
]
}