Git Product home page Git Product logo

google-tasks-app's Introduction

google-tasks-app

This application is a Material Design basic version of the Google Tasks. You can use it to manage your tasks. You will be capable to add, delete and update your tasks with this application.

Getting Started

Prerequisites

To run this application, you need to have NodeJS and NPM installed in your computer.

Installing

To install the application, you will have to download the npm packages used in the project. To do that, open a CLI in your application folder and run the command:

$ npm install 

Configuring

After installing the application, you will need to configure your Google APIs Credentials. To configure your credentials, please follow the Google Task First App guide.

With your Google API key and Client ID in hands, it is time to configure the application with your credentials. You will need to use both in the application. To use your credentials, you will need to overwrite {YOUR API KEY} with your Google API key and {YOUR CLIENT ID} with your Google Client ID in GoogleApiConfig class. You can find it in src/config.ts file.

class GoogleApiConfig {
    static apiKey = '{YOUR API KEY}';
    static discoveryDocs = ['https://www.googleapis.com/discovery/v1/apis/tasks/v1/rest'];
    static clientId = '{YOUR CLIENT ID}.apps.googleusercontent.com';
    static scope = 'https://www.googleapis.com/auth/tasks';
}

Running

To run the application, you will need to first build it. Open the CLI in the project folder and run the command:

$ npm run build 

After building it, you should run the command:

$ npm start

Now, you can access the application through localhost.

Testing

To run the tests, open the CLI and run the command:

$ npm test

Improvements

  • Finish unit tests
  • Fix Typescript paths
  • Improve tests
  • Config in a JSON file
  • Error handling
  • Optimistic UI update
  • Better loading UI
  • Task due date
  • Task details
  • Subtasks
  • Order tasks
  • Rearrange tasks order
  • Clear completed tasks
  • Clear all tasks
  • Create task list
  • Remove task list
  • Rename task list

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

google-tasks-app's People

Contributors

gabriellcardoso avatar

Stargazers

Roman avatar Maicon Queiroz avatar Dalci de Jesus Bagolin avatar

Watchers

 avatar

Forkers

dalcib

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.