You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Todo List application using Next.js with a serverless API. Users should be able to add, delete, and toggle the completion of todos. Persist the todos in memory (no database required) and expose the functionality via API routes.
A serverless todo list utilizing Next.js and Typescript.
Instant API calls and static site generation.
About
A Todo List application using Next.js with a serverless API. Users should be able to add, delete, and toggle the completion of todos. Persist the todos in memory (no database required) and expose the functionality via API routes.