Skip to content

Instantly share code, notes, and snippets.

@craftgear
Last active August 12, 2018 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craftgear/4e7883bac52f2cf671781355c251567b to your computer and use it in GitHub Desktop.
Save craftgear/4e7883bac52f2cf671781355c251567b to your computer and use it in GitHub Desktop.
dummy_todos.json
{
"data": [
{
"id": 1,
"title": "Reactコンポーネントを作れるようになる",
"done": false,
"created_at": "2018-08-08 12:00:00",
"started_at": "",
"done_at":""
},
{
"id": 2,
"title": "reduxを使ってステート管理できるようになる",
"done": false,
"created_at": "2018-08-08 12:00:00",
"started_at": "",
"done_at":""
},
{
"id": 3,
"title": "jestでテストを書けるようになる",
"done": false,
"created_at": "2018-08-08 12:00:00",
"started_at": "",
"done_at":""
},
{
"id": 4,
"title": "react-routerを使ってルーティングできるようになる",
"done": false,
"created_at": "2018-08-08 12:00:00",
"started_at": "",
"done_at":""
},
{
"id": 5,
"title": "react-springを使ってアニメーションできるようになる",
"done": false,
"created_at": "2018-08-08 12:00:00",
"started_at": "",
"done_at":""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment