-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
22 lines (22 loc) · 830 Bytes
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"status": "published",
"title" : "Use JS to validate an HTML Form",
"slug" : "html5-form-validations",
"duration" : 4,
"difficulty": "beginner",
"technologies": ["forms", "html/css", "bootstrap"],
"translations": ["es", "us"],
"syntax": "bootstrap",
"solution" : "https://codepen.io/alesanchezr/pen/zeaaVx",
"preview": "https://github.com/breatheco-de/exercise-html5-form-validations/blob/master/preview.gif?raw=true",
"description" : "Use Javascript to validate the inputs of an HTML form (on submit)",
"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 }
]
}