forked from 4GeeksAcademy/react-tutorial-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
23 lines (23 loc) · 1.02 KB
/
learn.json
File metadata and controls
23 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"language": "react",
"slug": "react-tutorial-exercises",
"title": {
"us": "Learn React.js Interactively",
"es": "Aprende React.js Interactivamente"
},
"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 práctica ReactJS con un tutorial interactivo que contiene docenas de ejercicios de React, obtén feedback instantáneo, con evaluación automática y video'soluciones."
},
"duration": 8,
"projectType": "tutorial",
"difficulty": "easy",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"grading": "isolated",
"editor": {
"version": "1.0.73"
}
}