Demonbruster / todo-app

0 stars 0 forks source link

Create delete btn #4

Closed Demonbruster closed 6 months ago

Demonbruster commented 6 months ago

add a delete button next to each tasks, once clicked it should pop up delete confirmation and delete API endpoint for deletion (Logic for deletion) Implement delete functionality

thisisfaaris commented 6 months ago
thisisfaaris commented 6 months ago

Develop a delete button component that allows users to remove a task. Upon clicking the delete button, the associated task should be deleted from both the frontend display and the backend storage.