vvrsAppBootcamp / TaskMasterPro

Capstone Project for Week 02
0 stars 0 forks source link

User Story 4: Mark a Task as Completed #4

Open vvr3ddy opened 5 months ago

vvr3ddy commented 5 months ago

As a user, I want to mark a task as completed so that I can see which tasks I have finished.

Tasks:

  1. Add a Checkbox to the TaskItem composable to represent the completion status of a task.
  2. Implement state management to handle the change in the completion status.
  3. Update the task list to reflect the completed status of tasks.