dmtrxw / next-todo-app

App I used to demonstrate Next.js features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-todo-app

  • Todo schema: { id, title, description }
  • Todos REST API should be running on port 4000

To provide todos API for this project, you could use https://github.com/dmtrxw/todos-json

About

App I used to demonstrate Next.js features


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%