Skip to content
/ tasg Public

task mgr, connecting to google tasks api, using react and redux

License

Notifications You must be signed in to change notification settings

r0bs/tasg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tasg

Production version / Demo: tasg.one

tasg is a task managment tool build with React and Redux. Users can save tasks to their Google account and manage them with tasg or any compatible softwares, also interchangeably.

Setup

Build

Clone the repository. Within the main directory run:

npm i &&
npm run setup:theme

Configure

In order to save tasks to Google an API key needs to be created in the Google API Console. After creation run:

npm run setup:credentials

and copy the client id into src/gapi/credentials.json. The file should look like this:

{
    "CLIENT_ID": "73s324fs6067610-1e6q66ch255685meb7cs4679ojgbcu3u723.apps.googleusercontent.com",
    "DISCOVERY_DOCS": ["https://www.googleapis.com/discovery/v1/apis/tasks/v1/rest"],
    "SCOPES": "https://www.googleapis.com/auth/tasks"
}

Run

This app is build with create-react-app and uses it's local dev server. It can be started with:

npm start

About

task mgr, connecting to google tasks api, using react and redux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published