/todo-ts

Todo App in React / Vite / TypeScript

Primary LanguageTypeScript

Simple todo app, written in React/TypeScript.

git clone git@github.com:nkoster/todo-ts.git
cd todo-ts
npm i
npm run dev

features:

  • state dispatcher and context
  • realtime local storage
  • editable content in firefox, chrome and safari
  • drag-n-drop
  • animated open and close toggle for details
  • download task list
  • upload task list
  • markup: bullets, strike through, html
  • task states: to do, doing, done
  • multiple task lists (e.g. add /party to the URL)
  • mobile / desktop responsive