top-todo-list

A todo list app built as part of The Odin Project curriculum.

Setup

  • Install dependencies: npm i
  • Start server: npm run dev
  • Build: npm run build