Skip to content

Instantly share code, notes, and snippets.

@huvber
Last active March 20, 2022 03:23
Show Gist options
  • Save huvber/ba0d534f68e34f1be86d7fe7eff92c96 to your computer and use it in GitHub Desktop.
Save huvber/ba0d534f68e34f1be86d7fe7eff92c96 to your computer and use it in GitHub Desktop.
fe-challenge
[
{
"name": "General Info",
"tasks": [
{
"description": "Add name and surname",
"value": 10,
"checked": true
},
{
"description": "Add email",
"value": 15,
"checked": false
},
{
"description": "Add linkedin profile",
"value": 8,
"checked": false
},
{
"description": "Provide websites page url",
"value": 5,
"checked": true
}
]
},
{
"name": "Accomiplishments",
"tasks": [
{
"description": "Wrote a small poem about the birthday",
"value": 23,
"checked": false
},
{
"description": "Jump three times with one leg",
"value": 32,
"checked": true
},
{
"description": "Avoid the annoying neighbor",
"value": 2,
"checked": false
},
{
"description": "Say hello to a random person",
"value": 21,
"checked": false
},
{
"description": "Fill the description in at least 3 places",
"value": 12,
"checked": true
}
]
},
{
"name": "Personal retrospective",
"tasks": [
{
"description": "Remember a dream",
"value": 15,
"checked": true
},
{
"description": "Have a crush",
"value": 7,
"checked": true
}
]
},
{
"name": "Things before leaving",
"tasks": [
{
"description": "Say what you feel to all the people you know",
"value": 42,
"checked": false
},
{
"description": "Get a pet",
"value": 23,
"checked": false
},
{
"description": "Buy a fashion shirt",
"value": 12,
"checked": false
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment