Demonbruster / todo-app

0 stars 0 forks source link

Mark as Completed #6

Closed Demonbruster closed 5 months ago

Demonbruster commented 6 months ago

When click the task it should mark as complete.

thisisfaaris commented 6 months ago
DmAsnaff commented 6 months ago

Add a checkbox next to each task to mark it as completed, logic to update the status of a task to completed in the database. Write queries to update the completion status of a task in the database.