itsmekathi / aayud.todos.frontend

Aayud todos frontend
0 stars 0 forks source link

Routing #6

Closed itsmekathi closed 2 months ago

itsmekathi commented 2 months ago

Task: Set up client-side routing using react-router-dom. Acceptance Criteria: A main route (/) points to the TodoList. A route (/edit/:id) points to the EditTodoForm for editing specific to-do items. Navigation between these routes is smooth and does not trigger a full page reload.

itsmekathi commented 2 months ago

implemented as per commit