Skip to content

Boyu1997/kanban-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

kanban-board

Demo

Live available at kanban-board.boyu.io

About

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.

Local Setup

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

Built With

  • React - A JavaScript library for building user interfaces

  • ReactDnD - Drag and drop for React