Skip to content

kaesluder/taskdruid

Repository files navigation

TaskDruid

WARN: Personal project and work in progress.

A task management app that will (hopefully) incorporate features from Taskwarrior and other systems.

Features

  • Calculates urgency score based on due date and tags.
  • Private: All information is stored in the browser (IndexedDB). Posts no data.

Build with Love Using

  • TypeScript
  • React
  • Material UI for React
  • vite
  • Dexie
  • luxon

Install

Dev preview

npm install
npm run dev