-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
42 lines (42 loc) · 1.57 KB
/
server.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
{
"courses": [
{
"id": 1,
"modules": [
{
"id": 1,
"title": "O que é Redux",
"lessons": [
{
"id": "986hztrfaSQ&t=166s",
"title": "fundamentos do Redux",
"duration": "09:13"
}
]
},
{
"id": 2,
"title": "Iniciando com React",
"lessons": [
{ "id": "Jai8w6K_GnY", "title": "CSS Modules", "duration": "13:45" },
{ "id": "w-DW4DhDfcw", "title": "Estilização do Post", "duration": "10:05" },
{ "id": "D83-55LUdKE", "title": "Componente: Header", "duration": "06:33" },
{ "id": "W_ATsETujaY", "title": "Componente: Sidebar", "duration": "09:12" },
{ "id": "Pj8dPeameYo", "title": "CSS Global", "duration": "03:23" },
{ "id": "8KBq2vhwbac", "title": "Form de comentários", "duration": "11:34" }
]
},
{
"id": 3,
"title": "Estrutura da aplicação",
"lessons": [
{ "id": "gE48FQXRZ_o", "title": "Componente: Comment", "duration": "13:45" },
{ "id": "Ng_Vk4tBl0g", "title": "Responsividade", "duration": "10:05" },
{ "id": "h5JA3wfuW1k", "title": "Interações no JSX", "duration": "06:33" },
{ "id": "1G0vSTqWELg", "title": "Utilizando estado", "duration": "09:12" }
]
}
]
}
]
}