-
-
Save JoakimTeixeira/267e1aa04919a5d3f0a236921e942a31 to your computer and use it in GitHub Desktop.
mock-progress-bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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": "Accomplishment", | |
"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