Todo App
A full-stack todo application with add, edit, toggle, delete, and filter functionality. Data is persisted via API routes.
3 active · 2 completed
Complete React tutorial
Build todo app for interview prep
Review code with team
Write unit tests
Update documentation
This todo app uses server-side rendering for the initial fetch and client-side state for interactivity. All CRUD operations go through /api/v1/todo API routes with in-memory storage.