itsmekathi / aayud.todos.frontend

Aayud todos frontend
0 stars 0 forks source link

API Integration #5

Closed itsmekathi closed 2 months ago

itsmekathi commented 2 months ago

Task: Integrate frontend with the backend API using axios for CRUD operations. Acceptance Criteria: Create: AddTodoForm successfully posts data to the backend and updates the view without a page reload. Read: TodoList and TodoItem fetch data from the backend and display it correctly. Update: EditTodoForm sends updated data to the backend and reflects changes immediately on the user interface. Delete: TodoItem can trigger a delete request to the backend and remove the item from the view upon success.

itsmekathi commented 2 months ago

implemented as per commit