forked from 4GeeksAcademy/html-forms-tutorial-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
36 lines (35 loc) · 1.1 KB
/
learn.json
File metadata and controls
36 lines (35 loc) · 1.1 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
{
"slug": "html-forms-tutorial-exercises",
"title": {
"us": "Learn how to use and interact with HTML Forms",
"es": "Aprende cómo usar e interactuar con Formularios en HTML"
},
"preview": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/preview.jpeg?raw=true",
"description": {
"us": "Form validations, inputs, textarea, date inputs, etc.",
"es": "Validaciones de formularios, inputs, areas de texto (textarea), inputs de fechas, etc."
},
"video": {
"intro": {
"en": "https://www.youtube.com/watch?v=83HxtkBq7Yc",
"es": "https://www.youtube.com/watch?v=tCI20Ueo6Q8"
}
},
"duration": 3,
"difficulty": "easy",
"language": "html",
"skills": ["html-forms"],
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"repository": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises",
"config": {
"disableGrading": true
},
"editor": {
"version": "4.0.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}