taskit-planner

Tasktit Planner is a simple planner board to manage your tasks, it was made with ReactJS and Electron.

taskitplanner

It was created for the purpose of managing tasks in an offline environment with a JSON file that is automatically synchronized with the state of the application. The application is easily integrated with any system who can manipulate the JSON file that mirrors the data in real time to the planner board.

✨ Features

  • Dynamic grid manipulation
  • Row and Column title updatable
  • Drop row or column grid
  • Create, Remove and Update tasks
  • Multiple tasks per cell
  • Draggable tasks on planner

? Super Feature

  • Sync data in real-time between planner and JSON file

Installation

You must have to use yarn, it is used on package scripts.

So if you do not have it yet follow this link: https://classic.yarnpkg.com/en/docs/install

Then:

$ git clone https://github.com/andreciornavei/taskit-planner.git

$ yarn

$ yarn electron

Build

The build script will generate a build folder for react bundle and will generate a dist folder to release executables.

$ yarn electron-build

GitHub