-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaskDataList.json
More file actions
42 lines (42 loc) · 773 Bytes
/
taskDataList.json
File metadata and controls
42 lines (42 loc) · 773 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
41
42
[
{
"id": 1,
"task_description": "go to gym",
"isDone": true
},
{
"id": 2,
"task_description": "cook food",
"isDone": true
},
{
"id": 3,
"task_description": "go for office",
"isDone": true
},
{
"id": 4,
"task_description": "go for run",
"isDone": false
},
{
"id": 5,
"task_description": "go to vacation",
"isDone": true
},
{
"id": 6,
"task_description": "go to play",
"isDone": false
},
{
"id": 7,
"task_description": "go to eat",
"isDone": false
},
{
"id": 8,
"task_description": "Buy groceries",
"isDone": false
}
]