-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathbc.json
27 lines (27 loc) · 1.06 KB
/
bc.json
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
{
"title" : "Todolist Application Using React",
"slug" : "todo-list",
"status": "published",
"solution": "https://github.com/alesanchezr/exercise-todo-list/tree/solution",
"preview": "https://github.com/alesanchezr/exercise-todo-list/blob/master/preview.gif?raw=true",
"duration" : 16,
"description" : "Create a simple todo web app using the React.js framework",
"talents": [
{ "badge": "tag-master", "points": 10 },
{ "badge": "select-everything", "points": 5 },
{ "badge": "be-dry", "points": 5 },
{ "badge": "css-inspector", "points": 5 },
{ "badge": "source-inspector", "points": 10 },
{ "badge": "abc", "points": 5 },
{ "badge": "functional-developer", "points": 10 },
{ "badge": "js-inspector", "points": 10 },
{ "badge": "sass-master", "points": 5 },
{ "badge": "git-creator", "points": 5 },
{ "badge": "the-console", "points": 10 },
{ "badge": "mouse-god", "points": 5 },
{ "badge": "conditionals", "points": 5 },
{ "badge": "looper", "points": 5 },
{ "badge": "model-master", "points": 5 },
{ "badge": "control-freak", "points": 5 }
]
}