Skip to content

Instantly share code, notes, and snippets.

@joeyklee
Last active April 30, 2020 15:45
Show Gist options
  • Save joeyklee/2647ac2ebf9762ac77e86a14c8983421 to your computer and use it in GitHub Desktop.
Save joeyklee/2647ac2ebf9762ac77e86a14c8983421 to your computer and use it in GitHub Desktop.
Dummy todo data
[{
"status": "incomplete",
"task": "get a job",
"_id": 1
},
{
"status": "incomplete",
"task": "find inner peace",
"_id": 2
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment