Last active
August 12, 2018 08:09
-
-
Save craftgear/4e7883bac52f2cf671781355c251567b to your computer and use it in GitHub Desktop.
dummy_todos.json
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
{ | |
"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