Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hanford/react-kanban

Beautiful Kanban implementation built on react-motion
https://github.com/hanford/react-kanban

kanban list open-source react react-motion reactjs trello-board

Last synced: about 2 months ago
JSON representation

Beautiful Kanban implementation built on react-motion

Awesome Lists containing this project

README

        

### React Kanban

[Live example!](https://react-kanban.jackhanford.com)
(the example might need to wake up, which will take ~10-15 seconds)

This is an example of a react-motion POC Kanban implementation I wrote for an internal project.
The code is relatively easy to look at, and the `` component can just take more/less arrays as properties.

![preview](https://github.com/hanford/react-kanban/blob/master/example.gif)

TODO:

- [ ] Publish on NPM
- [ ] Clean up code
- [ ] Move this code into an example
- [ ] Document API