forked from breatheco-de/exercise-html5-form
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
32 lines (32 loc) · 1.33 KB
/
Copy pathlearn.json
File metadata and controls
32 lines (32 loc) · 1.33 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
{
"status": "published",
"title" : {
"us": "Create a HTML5 form",
"es": "Crea un form HTML5"
},
"slug" : "html5-form",
"solution": "https://codepen.io/alesanchezr/pen/zeaaVx",
"duration" : 3,
"template_url": "https://github.com/4GeeksAcademy/html-hello",
"difficulty": "beginner",
"technologies": ["html5", "HTML-and-CSS"],
"description" : {
"us": "Build a complete HTML5 form using various input types, including text, email, date, number, and more. Ensure proper validation and formatting while optionally using Bootstrap for styling and layout.",
"es": "Crea un formulario completo en HTML5 utilizando varios tipos de entrada, como texto, correo electrónico, fecha, número y más. Asegura una validación y formato adecuados, opcionalmente usando Bootstrap."
},
"preview": "https://github.com/breatheco-de/exercise-html5-form/blob/master/preview.png?raw=true",
"talents": [
{ "badge": "form-inputs", "points": 10 },
{ "badge": "form-designer", "points": 10 },
{ "badge": "select-everything", "points": 10 },
{ "badge": "identator", "points": 5 },
{ "badge": "tag-master", "points": 5 },
{ "badge": "be-dry", "points": 5 },
{ "badge": "abc", "points": 5 }
],
"autoPlay": false,
"projectType": "project",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=168"
}
}