-
Notifications
You must be signed in to change notification settings - Fork 376
/
Copy pathlearn.json
34 lines (34 loc) · 1.66 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
34
{
"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": "Master ReactJS fundamentals with an interactive tutorial featuring dozens of exercises. Learn JSX, build components, create dynamic HTML, and work with JS modules. Receive instant feedback through automatic grading and access detailed video solutions to solidify your understanding.",
"es": "Domina los fundamentos de ReactJS con un tutorial interactivo que incluye docenas de ejercicios. Aprende JSX, crea componentes, desarrolla HTML dinámico y trabaja con módulos de JS. Recibe retroalimentación instantánea con evaluaciones automáticas y accede a soluciones en video para reforzar tu aprendizaje."
},
"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",
"agent": "vscode"
},
"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"
}
}
}