-
Notifications
You must be signed in to change notification settings - Fork 439
Expand file tree
/
Copy pathlearn.json
More file actions
39 lines (39 loc) · 1.56 KB
/
learn.json
File metadata and controls
39 lines (39 loc) · 1.56 KB
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
{
"slug": "react-js-tutorial-exercises",
"title": {
"us": "Learn React.js Tutorial and Interactive Exercises",
"es": "Curso de React.js desde cero y ejercicios interactivos"
},
"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\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."
},
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true",
"difficulty": "EASY",
"duration": 8,
"template_url": null,
"gitpod": true,
"technologies": [
"javascript",
"reactjs"
],
"projectType": "tutorial",
"video": {
"intro": {
"us": "https://www.youtube.com/watch?v=yRjmuLAH25s",
"es": "https://www.youtube.com/watch?v=L21NvjxiVmc"
}
},
"editor": {
"agent": "vscode"
},
"grading": "incremental",
"localhostOnly": false,
"delivery": {
"instructions": "",
"formats": [
"url"
],
"regex": ""
}
}