Tasks Workflow Status is a simple Kanban Board that display the status of each tasks. Status states can be either the following :
- Backlog
- Ready
- In Progress
- In Review
Once any task from any columns are dragged and dropped on to another column, the total count of tasks for each columns get updated in real time accordingly.
- HTML, CSS, JavaScript
- Drag & Drop Web API
- Figma for Design
Version 1.0 (v1.0) has been released using HTML, CSS and JavaScript only. Later Versions will come up in the future with libraries and frameworks and advanced functionalities
- Clone the Github Repository
git clone https://github.com/jeet-khondker/kanban-board.git
-
Once the Repository is Cloned. execute the
index.html
File in Google Chrome Web Browser -
Play with the Tasks by dragging and dropping to different columns.
Jeet Z. H. Khondker