Advertisement
braven

React-TaskApp

Aug 25th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [
  2. {
  3. "id": 0,
  4. "title": "tarea 1",
  5. "description": "Hacer la cama",
  6. "done": false
  7. },
  8. {
  9. "id": 1,
  10. "title": "tarea 2",
  11. "description": "Hacer la tarea",
  12. "done": false
  13. },
  14. {
  15. "id": 2,
  16. "title": "tarea 3",
  17. "description": "Lavar los platos",
  18. "done": false
  19. },
  20. {
  21. "id": 3,
  22. "title": "tarea 4",
  23. "description": "Barrer la pieza",
  24. "done": false
  25. }
  26. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement