Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 871 Bytes

File metadata and controls

31 lines (20 loc) · 871 Bytes

OfflineTaskManager

Offline Kanban task manager for desktop. No cloud, no accounts, no tracking. Your data stays on your machine in a local JSON file.

Features

  • Kanban board with drag and drop (To Do, In Progress, Done)
  • Multiple projects with separate boards
  • Data saved to a local JSON file
  • No internet connection required

Install

  1. Download the latest .zip from Releases.
  2. Extract anywhere.
  3. Run OfflineTaskManager.exe.

Don't move the .exe out of the extracted folder. It needs the accompanying data files to run.

Building from Source

  1. Clone this repo.
  2. Open in Unity 6000.3.6f1.
  3. Open the main scene in Assets/Scenes/.
  4. Hit Play.

Data Location

Tasks are saved to TaskManager_saveData.json in your local app data folder:

  • Windows: %userprofile%\AppData\LocalLow\bitemdev\OfflineTaskManager\