Kanban Client, Consumed API provided by Kanban Api
Project is created with:
- React.js
- Beautiful DnD (for interactive drag & drop task)
- Axios (http client call)
- Bootstrap as CSS Framework
- SASS as CSS Preprocessor
- Implemented BEM
To run this project, install it locally using npm:
$ cd kanban
$ npm install
create .env file on root folder & copy variable REACT_APP_HOST_API inside file .env.example
$ npm run dev //running on port 3000