Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 358 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 358 Bytes

React Trello implementation in pure javascript

This is a basic implementation of trello like UI with drag and drop in ReactJS made in Pure Javascript without using any third party drag and drop library/package.

Demo

Checkout the running demo here https://deepinder10.github.io/react-trello/

Installation

node 16 preferred

yarn install

yarn start