24 lines
570 B
JSON
24 lines
570 B
JSON
[
|
|
{
|
|
"Title": "Create ViewModel",
|
|
"Description": "Create a ViewModel in the next step to learn MVVM.",
|
|
"IsDone": true,
|
|
"Category": "Default",
|
|
"DueDate": "2023-05-31T00:00:00"
|
|
},
|
|
{
|
|
"Title": "Add Themeing",
|
|
"Description": "Integrate your own theme in the app.",
|
|
"IsDone": false,
|
|
"Category": "Default",
|
|
"DueDate": "2023-05-31T00:00:00"
|
|
},
|
|
{
|
|
"Title": "Add local database",
|
|
"Description": "Learn how to add a local database.",
|
|
"IsDone": false,
|
|
"Category": "Default",
|
|
"DueDate": "2023-05-31T00:00:00"
|
|
}
|
|
]
|