Vanilla Kanban

A simple kanban-board program made with vanilla Javascript, built with the intention to make it configurable / expandable in terms of features. I intend to use this project as a learning ground for mastering Vanilla Javascript and understand its limitations compared to using Node.js and the industry standard frameworks.

Features

Currently, it achieves the basic functions of a kanban board for an individual's personal use:

  • - An empty default board is loaded upon opening.

  • - You can create sections.

  • - For each section, you can create a task.

  • - You can configure the names of created boards/sections/tasks.

  • - You can save and open boards, they are saved / opened as .json files.

Installation

  1. 1. Download the project through the Github repository

  2. 2. Extract files

  3. 3. Open the index.html file.

  4. 4. Remember to save your kanban board as a json file before closing to avoid losing progress.

Credits

Thanks to the following references that helped as basis during development: