A kanban boards which dispalys tasks within a budget.
- Using Custom Hooks and Context API for state management.
- Display tasks in columns based on Status field.
- Allow user to Drag Tasks from one column to another.
- Show one Budget per board by filtering Tasks by Budget.
- Dropping a Task on a column updates the Status.
# Clone this repository
$ git clone https://github.com/wearelighthouse/kanban-mvp.git
# Install dependencies
$ npm install
# Run the app
$ npm start
Here is Figma link.