Live available at kanban-board.boyu.io
This kanban-board is a react frontend application. All data lives in the browser. There is no backend yet you can still add, delete, or reorder your cards.
*When you refresh your page, all of the changes will get reset.
Change to the frontend directory:
cd frontend
To start the app, run:
npm start
or yarn start
You will see kanban-board running in at http://localhost:3000