An online Kanban Board that uses Google Tasks as data store.
React Kanban Board is an online Kanban Board that helps you organize your daily tasks.
The application uses the Google Tasks API to synchronize your work. During your first login, you will be requested to authorize the application to use your Google Tasks account for this purpose.
Don't worry, the application will create and use its own task lists. None of your other data will be touched.
Please click here and try it out!.
- Create tasks under the To Do list
- Delete tasks
- Move tasks between the lists
- Responsive web design
You are encouraged to clone this repository and run the application by yourself. Please follow the instructions below.
You will need:
$ git clone https://github.com/wellingtonsampaio/react-kanban-board.git
$ npm install
Update the API_KEY and CLIENT_ID constants on this file with your Google Project credentials.
$ npm start
$ npm test