-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
46 lines (46 loc) · 815 Bytes
/
db.json
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
{
"assignments": [
{
"name": "Finish Project",
"complete": false,
"id": 1,
"tag": "math"
},
{
"name": "Read Chapter 4",
"complete": true,
"id": 2,
"tag": "literature"
},
{
"name": "Solve 10 Algebra Problems",
"complete": false,
"id": 4,
"tag": "math"
},
{
"name": "Complete Lab Report",
"complete": false,
"id": 6,
"tag": "biology"
},
{
"name": "Study for Final Exam",
"complete": false,
"id": 7,
"tag": "physics"
},
{
"name": "Practice French Vocabulary",
"complete": true,
"id": 8,
"tag": "language"
},
{
"name": "Prepare Art Portfolio",
"complete": true,
"id": 10,
"tag": "art"
}
]
}