-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
71 lines (71 loc) · 1.27 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"todos": [
{
"id": 1700166545766,
"text": "do a simple app",
"done": true,
"categoryId": 1700166532356
},
{
"id": 1700166580026,
"text": "create a campaign",
"done": true,
"categoryId": 1700166571084
},
{
"id": 1700167678953,
"text": "test",
"done": true,
"categoryId": 1700168440784
},
{
"id": 1700168593118,
"text": "test todo",
"done": true,
"categoryId": 1700166532356
},
{
"id": 1700169975468,
"text": "test todo 2",
"done": false,
"categoryId": 1700168440784
},
{
"id": 1700171419546,
"text": "test todo 3",
"done": false
},
{
"id": 1700171483623,
"text": "test todo 4",
"done": false
},
{
"id": 1700171792869,
"text": "test todo 5",
"done": false
},
{
"id": 1700172159650,
"text": "test todo 6",
"done": false
}
],
"categories": [
{
"id": 1700166532356,
"name": "blockchain",
"color": "#9683d2"
},
{
"id": 1700166571084,
"name": "social media",
"color": "#fbfbf9"
},
{
"id": 1700168440784,
"name": "test category",
"color": "#8499c4"
}
]
}