forked from breatheco-de/exercise-landing-page-with-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn.json
25 lines (25 loc) · 986 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
23
24
25
{
"title" : "Landing Page with React",
"slug" : "landing-page-with-react",
"status": "published",
"difficulty": "easy",
"technologies": ["react.js", "html", "css", "bootstrap"],
"solution": "https://blackrockdigital.github.io/startbootstrap-heroic-features/",
"preview": "https://github.com/breatheco-de/exercise-landing-page-with-react/blob/master/thumb.png?raw=true",
"duration" : 12,
"description" : "Create a simple landing page using React.js components",
"talents": [
{ "badge": "tag-master", "points": 10 },
{ "badge": "select-everything", "points": 5 },
{ "badge": "be-dry", "points": 10 },
{ "badge": "css-inspector", "points": 5 },
{ "badge": "source-inspector", "points": 5 },
{ "badge": "abc", "points": 5 },
{ "badge": "functional-developer", "points": 10 },
{ "badge": "js-inspector", "points": 10 },
{ "badge": "git-creator", "points": 10 },
{ "badge": "the-console", "points": 10 }
],
"autoPlay": false,
"projectType": "project"
}