/kanban-board

A Trello-Style Kanban Task Manager that runs in the browser, built with React.

Primary LanguageJavaScriptMIT LicenseMIT

React Kanban Board

A Trello-Style Kanban Task Manager that runs in the browser, built with React. React Kanban Board

Release

The latest release can be found at
https://ganeshh123.github.io/kanban-board/

Features

  • Create Multiple Lists of Tasks
  • Drag and Drop Tasks to move them through stages between lists
  • Editable List and Task Names
  • Persistent Client Side Storage

Building

There is no need to build. The app uses script tags to load in React, React Beautiful DND, Babel and Skeleton CSS.

Running Locally

  1. Download or clone this repository
  2. Run index.html as a server

Web Server

Needs to be run as a server locally, as Babel cannot access the file system. I recommend using Live Server for VS Code. Can be hosted online as a regular page.

Technology Stack

Credits