GithubHelp home page GithubHelp logo

r0bs / tasg Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 7.28 MB

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

Home Page: https://tasg.one

License: MIT License

HTML 1.29% JavaScript 24.18% Less 8.15% CSS 66.38%
todoapp tasklist google-tasks react-redux pwa

tasg's Introduction

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

tasg's People

Contributors

r0bs avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

teamstormoophus

tasg's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.