Skip to content

wellingtonsampaio/react-kanban-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Kanban Board Build Status

An online Kanban Board that uses Google Tasks as data store.

Overview

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!.

Features

  • Create tasks under the To Do list
  • Delete tasks
  • Move tasks between the lists
  • Responsive web design

Installation

You are encouraged to clone this repository and run the application by yourself. Please follow the instructions below.

Prerequisites

You will need:

  • Node.js
  • A Google project and a registered client. Please follow these instructions.

Cloning the repository

$ git clone https://github.com/wellingtonsampaio/react-kanban-board.git

Installing the dependencies

$ npm install

Using your own API key and Client ID

Update the API_KEY and CLIENT_ID constants on this file with your Google Project credentials.

Running the application in development mode

$ npm start

Running unit tests

$ npm test

About

An online Kanban Board that uses Google Tasks as data store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published