Skip to content

luisFilipePT/luis-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Task API demo wrapper

sample screen

Before Getting Started

You need to have a recent version of NodeJS and npm installed.

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/luisFilipePT/luis-tasks
> cd luis-tasks
> npm install or yarn
> npm start or yarn start

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> npm install or yarn
> npm start or yarn start

Before running the project

  • The project should run from localhost:3000 or localhost:3001, otherwise it wont work due to the definitions in the google Task API.

  • In case the browser that is running the project is using an adblock please disable it for this project. It can block the request for the Google Sign In necessary to run this project.

Tests

To run the test suite

> npm run test or yarn test

About

To Do list based on google task API (just for education purposes)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published