Demonbruster / todo-app

0 stars 0 forks source link

Edit btn #5

Closed Demonbruster closed 8 months ago

Demonbruster commented 9 months ago

When select edit btn of a single item of the list; it should comes under the input component as editable.

thisisfaaris commented 9 months ago
DmAsnaff commented 8 months ago

Implement Edit button, When select edit btn of a single item of the list; it should comes under the input component as editable. (logic for edit or update), Create API endpoint for editing edit or update functionality in database,

thisisfaaris commented 8 months ago

Implement an edit button component to enable users to modify existing tasks. Clicking on the edit button should trigger a task edit popup component where users can edit the task details. Ensure that the changes are reflected in both the frontend display and backend storage.