As a user, I want to be able to delete tasks from my to-do list, so that I can remove
tasks that are completed or no longer relevant.
Description
Acceptance criteria
Given that I am viewing my to-do list, there should be a "Delete" button next to each task.
If I confirm the deletion, the task should be immediately removed from the list.
Tasks
create a branch "feature/delete-task".
create a new component for the delete button
create a user interface that includes an "delete button" .
Implement the logic to show the confirmation prompt when the delete button is clicked.
Value proposition
As a user, I want to be able to delete tasks from my to-do list, so that I can remove tasks that are completed or no longer relevant.
Description
Acceptance criteria
Given that I am viewing my to-do list, there should be a "Delete" button next to each task. If I confirm the deletion, the task should be immediately removed from the list.
Tasks
create a branch "feature/delete-task". create a new component for the delete button create a user interface that includes an "delete button" . Implement the logic to show the confirmation prompt when the delete button is clicked.
Size
S