An open API service indexing awesome lists of open source software.

https://github.com/ciromirkin/minivirtualkanbantable

Mini virtual Kanban table.
https://github.com/ciromirkin/minivirtualkanbantable

javascript kanban localstorage oop proyect

Last synced: 12 months ago
JSON representation

Mini virtual Kanban table.

Awesome Lists containing this project

README

          

# Virtual Kanban Table

This proyect is a virtual Kanban table with vanilla Javascript, the kanban table has three columns, restinct the WIP (work in progress), and finish tickets can be archives.

The proyect uses:

* OOP as paradigm.
* DOM to show the tickets.
* Local storage API.

# Kanban table picture

![virtual Kanban table](./screenshot.png)