-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtasks.json
More file actions
78 lines (77 loc) · 1.35 KB
/
tasks.json
File metadata and controls
78 lines (77 loc) · 1.35 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"id": 1,
"description": "Buy groceries",
"completed": false
},
{
"id": 2,
"description": "Finish assignment",
"completed": true
},
{
"id": 3,
"description": "Exercise",
"completed": false
},
{
"id": 4,
"description": "Read a book",
"completed": false
},
{
"id": 5,
"description": "Call a friend",
"completed": true
},
{
"id": 6,
"description": "Clean the house",
"completed": false
},
{
"id": 7,
"description": "Learn React",
"completed": false
},
{
"id": 8,
"description": "Plan a trip",
"completed": true
},
{
"id": 9,
"description": "Cook dinner",
"completed": false
},
{
"id": 10,
"description": "Write a report",
"completed": true
},
{
"id": 11,
"description": "Walk the dog",
"completed": false
},
{
"id": 12,
"description": "Create a presentation",
"completed": false
},
{
"id": 13,
"description": "Visit the museum",
"completed": true
},
{
"id": 14,
"description": "Fix the bicycle",
"completed": false
},
{
"id": 15,
"description": "Watch a movie",
"completed": false
}
]