Skip to content

Instantly share code, notes, and snippets.

@penpenps
Created November 15, 2019 13:35
Show Gist options
  • Save penpenps/c6551a882c63fbcd9aba2f03b0233489 to your computer and use it in GitHub Desktop.
Save penpenps/c6551a882c63fbcd9aba2f03b0233489 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"task": "Reading a book",
"status": "In Progress",
"createAt": "2019-11-05"
},
{
"id": 2,
"task": "Cooking",
"status": "Not Started",
"createAt": "2019-11-06"
},
{
"id": 3,
"task": "Go to gym",
"status": "Completed",
"createAt": "2019-11-07"
},
{
"id": 4,
"task": "Walk the dog",
"status": "Not Start",
"createAt": "2019-11-08"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment