-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTasks.json
More file actions
80 lines (80 loc) · 2.19 KB
/
Tasks.json
File metadata and controls
80 lines (80 loc) · 2.19 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
79
80
[
{
"task_name": "Study Mathematics",
"description": "For upcoming exams.",
"priority": "High",
"due_date": "09-05-2025"
},
{
"task_name": "Finish Report",
"description": "Finalize the report.",
"priority": "Medium",
"due_date": "19-04-2025"
},
{
"task_name": "Practice Chess",
"description": "For an upcoming tournament.",
"priority": "Medium",
"due_date": "10-05-2025"
},
{
"task_name": "Submit Report",
"description": "Submit the report.",
"priority": "High",
"due_date": "21-04-2025"
},
{
"task_name": "Doctor appointment",
"description": "Check-up at 10.00 AM.",
"priority": "High",
"due_date": "25-04-2025"
},
{
"task_name": "Grocery Shopping",
"description": "Buy vegetables and fruits.",
"priority": "Medium",
"due_date": "23-04-2025"
},
{
"task_name": "Call to friends",
"description": "Discuss weekend plans.",
"priority": "Low",
"due_date": "28-04-2025"
},
{
"task_name": "Team Meeting",
"description": "Discuss about project.",
"priority": "Medium",
"due_date": "23-04-2025"
},
{
"task_name": "Pay Electricity Bill",
"description": "Make the monthly utility payment.",
"priority": "Low",
"due_date": "02-05-2025"
},
{
"task_name": "Renew Car Insurance",
"description": "Check quotes and renew online.",
"priority": "Medium",
"due_date": "08-08-2025"
},
{
"task_name": "Birthday Reminder",
"description": "Buy a gift.",
"priority": "Low",
"due_date": "06-07-2025"
},
{
"task_name": "Workout",
"description": "Attend 1-hour fitness training session.",
"priority": "Medium",
"due_date": "31-05-2025"
},
{
"task_name": "Book Flight",
"description": "Reserve flight tickets for vacation.",
"priority": "High",
"due_date": "20-05-2025"
}
]