This repository has been archived on 2024-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FBR-pr11/app/backend/todo-items.json
2024-04-22 11:45:11 +03:00

18 lines
249 B
JSON

[
{
"id": 1,
"text": "Изучить NodeJS",
"done": true
},
{
"id": 2,
"text": "Изучить ReactJS",
"done": true
},
{
"id": 3,
"text": "Написать приложение",
"done": false
}
]