Skip to content

Commit 3cf6af2

Browse files
committed
Update learn.json
1 parent 9f5ad64 commit 3cf6af2

1 file changed

Lines changed: 24 additions & 20 deletions

File tree

learn.json

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
11
{
2-
"language": "react",
3-
"slug": "react-tutorial-exercises",
2+
"slug": "react-js-tutorial-exercises",
43
"title": {
54
"us": "Learn React.js Tutorial and Interactive Exercises",
65
"es": "Curso de React.js desde cero y ejercicios interactivos"
76
},
8-
"repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises",
9-
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true",
107
"description": {
118
"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.",
12-
"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."
9+
"es": "Domina los fundamentos de ReactJS con un tutorial interactivo que incluye docenas de ejercicios. Aprende JSX, crea componentes, desarrolla HTML din\u00e1mico y trabaja con m\u00f3dulos de JS. Recibe retroalimentaci\u00f3n instant\u00e1nea con evaluaciones autom\u00e1ticas y accede a soluciones en video para reforzar tu aprendizaje."
1310
},
11+
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true",
12+
"difficulty": "EASY",
1413
"duration": 8,
15-
"projectType": "tutorial",
16-
"difficulty": "easy",
17-
"technologies": ["react js", "javascript"],
18-
"videoSolutions": true,
19-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
20-
"grading": "isolated",
21-
"editor": {
22-
"version": "5.0",
23-
"agent": "vscode"
24-
},
25-
"telemetry": {
26-
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=153"
27-
},
14+
"template_url": null,
15+
"gitpod": true,
16+
"technologies": [
17+
"javascript",
18+
"reactjs"
19+
],
20+
"projectType": "exercise",
2821
"video": {
2922
"intro": {
3023
"us": "https://www.youtube.com/watch?v=yRjmuLAH25s",
3124
"es": "https://www.youtube.com/watch?v=L21NvjxiVmc"
3225
}
33-
}
34-
}
26+
},
27+
"editor": {
28+
"agent": "vscode"
29+
},
30+
"delivery": {
31+
"instructions": "",
32+
"formats": [
33+
"url"
34+
],
35+
"regex": ""
36+
},
37+
"grading": "isolated"
38+
}

0 commit comments

Comments
 (0)