stevecochrane / react-kanban

Example React Kanban application from the SurviveJS - React book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-kanban

Example React Kanban application from the SurviveJS - React book. You can create and edit lanes (New, In Progress, Done, etc.) with tasks in them, and use drag and drop to move tasks around. To run the application locally:

npm install
npm test
npm start

About

Example React Kanban application from the SurviveJS - React book.

License:ISC License


Languages

Language:JavaScript 94.8%Language:CSS 5.2%