Todo Hub

Manage your todo app with dedicated pages.

The todo feature now uses Zustand for shared state and localStorage persistence, with separate routes for creating, listing, and editing tasks.

OverviewAdd TodoTodo List

Todo Route

Open the form page

Create a new todo with validation, then save it into the persisted Zustand store.

Continue

Todo Route

Open the list page

Review saved tasks, drag to reorder them, toggle completion, and jump to the edit page.

Continue