-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.json
53 lines (53 loc) · 960 Bytes
/
dev.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
{
"tasks": [
{
"id": 1,
"text": "Buy Groceries",
"isDone": true,
"user": "[email protected]"
},
{
"id": 2,
"text": "Write a blog post",
"isDone": true,
"user": "[email protected]"
},
{
"id": 3,
"text": "Record a video",
"isDone": true,
"user": "[email protected]"
},
{
"id": 4,
"text": "Go to the gym",
"isDone": true,
"user": "[email protected]"
},
{
"id": 5,
"text": "Run a marathon",
"isDone": false,
"user": "[email protected]"
},
{
"id": 6,
"text": "Eat a burger",
"isDone": false,
"user": "[email protected]"
},
{
"id": 7,
"text": "Drink a coffee",
"isDone": false,
"user": "[email protected]"
},
{
"text": "New task",
"isDone": false,
"localId": 22715,
"user": "[email protected]",
"id": 8
}
]
}