-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
64 lines (64 loc) · 1.58 KB
/
Copy pathdb.json
File metadata and controls
64 lines (64 loc) · 1.58 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
{
"todos": [
{
"id": "209d1879-541b-415e-9aeb-7d0285b68a9e",
"title": "Удаление todo",
"dateExp": "2019-07-27",
"completed": true
},
{
"id": "97139853-6ca0-4814-8231-d9e81c97d5ba",
"title": "Reset form after submit",
"dateExp": "2019-07-28",
"completed": true
},
{
"id": "844c863d-3da9-48fa-a02b-d0556b885e5a",
"title": "Media query for small screen-size",
"dateExp": "2019-07-28",
"completed": true
},
{
"id": "9ded9390-0fa7-41f2-afd2-81bea6429c7d",
"title": "Fix crap in page-proof below",
"dateExp": "2019-07-28",
"completed": true
},
{
"id": "b3018786-3b8c-4783-a884-64e7d58e9bb4",
"title": "Add info to about page",
"dateExp": "2019-07-28",
"completed": true
},
{
"id": "c34344d5-34c2-4e84-934b-6b568387137a",
"title": "styling about page",
"dateExp": "2019-07-31",
"completed": false
},
{
"id": "263d1f48-da69-49d7-a73a-707bc7bea489",
"title": "add filter",
"dateExp": "2019-07-30",
"completed": true
},
{
"id": "8637aa52-f3c8-4e34-91e8-3e2918a55ecb",
"title": "Edit todo",
"dateExp": "2019-07-30",
"completed": true
},
{
"id": "0b4fa074-53fd-4b39-b902-6d67bfd0d020",
"title": "opera test",
"dateExp": "2019-07-30",
"completed": true
},
{
"id": "f7c4e8a8-44b6-498c-ad53-24200428e445",
"title": "fix page-proofs for small screen size",
"dateExp": "2019-07-30",
"completed": true
}
]
}