/react-kanban

Example React Kanban application from the SurviveJS - React book.

Primary LanguageJavaScriptISC LicenseISC

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