An Electron app for organizing your daily tasks.
- A clear UI with a modern feel
- Organization of tasks with due dates and times
- A statistics tracker to get an idea of your productivity
- App colour customization
- Electron
- React
- TypeScript
- SQLite (via better-sqlite3)
A .zip and .tar.gz file containing builds of the app can be found on latest releases page.
Builds are currently only available for Windows and Linux, however the steps in the building section can be used to compile for Mac.
- Download the latest release.
- Extract the files to a location of your choice.
- Run the
today-list.exefile.
You will need Node.js installed.
- Download the repo.
- Set the
DEBUGflag insrc/common/utils/debug.tstofalse. - In the root directory, run:
> npm install
> npm run makeThe generated build should be stored in the out/ directory at the root of the repo.
You will need Node.js installed.
- Download the repo.
- In the root directory, run:
> npm install
> npm startFiles created during debugging are stored in the .debug_user/ directory in the root of the repo - assuming the DEBUG variable is set to true.

