-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
51 lines (51 loc) · 1.05 KB
/
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
47
48
49
50
51
{
"todos": [
{
"id": "gh47kj",
"completed": true,
"category": "home-chores",
"description": "Take out trash and visit made around the corner",
"tags": [
"important",
"urgent"
]
},
{
"id": "gh6793",
"completed": false,
"category": "work-stuff",
"description": "Do the React application and the json-server part",
"tags": [
"urgent"
]
},
{
"id": "h34ije",
"completed": false,
"category": "Work-stuff",
"description": "Go out with friends to Ikigai on Saturday",
"tags": [
"important"
]
},
{
"id": "ijh53o",
"completed": true,
"category": "home-chores",
"description": "Take out trash and visit made around the corner",
"tags": [
"important",
"urgent"
]
},
{
"id": "jtri34",
"completed": false,
"category": "home-chores",
"description": "Wash Utensils using strepsils",
"tags": [
"important"
]
}
]
}