-
Notifications
You must be signed in to change notification settings - Fork 373
/
Copy pathlearn.json
33 lines (33 loc) · 1.42 KB
/
learn.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
{
"language": "react",
"slug": "react-tutorial-exercises",
"title": {
"us": "Learn React.js Tutorial and Interactive Exercises",
"es": "Curso de React.js desde cero y ejercicios interactivos"
},
"repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises",
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true",
"description": {
"us": "Learn and practice ReactJS using hooks, interactive tutorial with dozens of react exercises, get instant feedback with automatic grading and watch video solutions afterwards.",
"es": "Aprende y practica React desde cero con un curso interactivo que contiene decenas de ejercicios de React, obtén ayuda de nuestro AI llamado Rigobot, feedback instantáneo, auto-evaluación y video soluciones."
},
"duration": 8,
"projectType": "tutorial",
"difficulty": "easy",
"technologies": ["react js", "javascript"],
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"grading": "isolated",
"editor": {
"version": "5.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=153"
},
"video": {
"intro": {
"us": "https://www.youtube.com/watch?v=yRjmuLAH25s",
"es": "https://www.youtube.com/watch?v=L21NvjxiVmc"
}
}
}