React Admin Kanban: Manage Tasks with Visual Flow

This repository contains an example of a Kanban board built with React Admin v4.

React Admin Kanban

About

This project was bootstraped with Create React Admin, and uses the @hello-pangea/dnd library to create the Kanban board and support drag and drop features.

Installation

Install the application dependencies by running:

npm install

Development

Start the application in development mode by running:

npm run dev

Production

Build the application in production mode by running:

npm run build

DataProvider

The included data provider use FakeREST to simulate a backend. You'll find a data.json file in the src directory that includes some fake data for testing purposes.

It includes two resources, posts and comments. Posts have the following properties: id, title and content. Comments have the following properties: id, post_id and content.


Download Details:

Author: marmelab

Official Github: https://github.com/marmelab/ra-example-kanban 

License

#typescript #react 

React Admin Kanban: Manage Tasks with Visual Flow
1.20 GEEK