A free & open-source software for managing tasks. Optimized for tasks with due dates under categories.
Made by Guangyin Ye
English | 简体中文
- Now Due Helper has a Web App version! (which means you can try out or use without any installation)
- Link: https://benjaminye36.github.io/Due-Helper/
- IMPORTANT NOTE: The Web App relies on browser localStorage to persist data, using incognito mode or clearing the browsing data will make the task data go away.
- Added a customizable postpone tasks context menu feature (see screenshots below)
- Rust & System specific pre-req (please view Tauri doc here)
- NodeJs & npm
- git clone this repo or download source code and extract
- install Tauri pre-req by following this guide
- run
npm install
under project folder - run
npm run tauri dev
for dev build testing
run command npm run tauri build
for creating distribution for your platform
- You could learn more about Tauri here