Lab2_MobileApplicationDevelopment_BuildingATaskManagerApplication
Test seeding data in Task.kt (commented out).
App overview: The Task Manager App allows you keep track of your tasks. You can add tasks, mark them as completed, and delete them.
Instructions to use the App:
- Open App
- Type task on the text field
- Click Add Task
- Repeat step 3 for each task
- Mark task as completed by clicking the checkbox next to it.
- Delete task by clicking trash can button next to it.