-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
32 lines (32 loc) · 837 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
{
"eventos": [
{
"description": "Estudar React",
"start": "2023-11-21T09:00",
"end": "2023-11-21T13:00",
"complete": false,
"id": 101
},
{
"description": "Estudar TypeScript",
"start": "2023-11-23T09:00",
"end": "2023-11-23T13:00",
"complete": false,
"id": 102
},
{
"description": "Estudar Padrões de Projeto",
"start": "2023-11-24T09:00",
"end": "2023-11-24T13:00",
"complete": false,
"id": 103
},
{
"description": "Estudar Recoil",
"start": "2023-11-22T09:00",
"end": "2023-11-22T11:00",
"complete": false,
"id": 104
}
]
}