forked from breatheco-de/exercise-conditional-profile-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
22 lines (22 loc) · 940 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
{
"title" : "Conditional Profile Card Generator",
"slug" : "conditional-profile-card",
"status": "published",
"difficulty": "beginner",
"translations": ["es", "us"],
"technologies": ["conditionals", "conditional-rendering"],
"preview": "https://github.com/breatheco-de/conditional-profile-card/blob/master/preview.gif?raw=true",
"syntax": "javascript",
"solution" : "https://github.com/breatheco-de/exercise-conditional-profile-card/tree/solution",
"duration" : 4,
"description" : "Practice conditions, render a profile card based on a series of variables that could change in value during runtime like: username, avatar, etc.",
"talents": [
{ "badge": "identator", "points": 6 },
{ "badge": "tag-master", "points": 3 },
{ "badge": "window-lover", "points": 3 },
{ "badge": "abc", "points": 5 },
{ "badge": "functional-developer", "points": 5 }
],
"autoPlay": false,
"projectType": "project"
}