Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asier-ortiz/tasks-app
Web client for Google Tasks made with Angular
https://github.com/asier-ortiz/tasks-app
angular google-api tasks-list
Last synced: 27 days ago
JSON representation
Web client for Google Tasks made with Angular
- Host: GitHub
- URL: https://github.com/asier-ortiz/tasks-app
- Owner: asier-ortiz
- License: mit
- Created: 2024-01-30T22:32:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T23:04:59.000Z (11 months ago)
- Last Synced: 2024-11-29T11:44:32.538Z (about 1 month ago)
- Topics: angular, google-api, tasks-list
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasks App
Tasks App is an uncomplicated web application build with Angular and Material UI library that consumes [Google Tasks API](https://developers.google.com/tasks/reference/rest?hl=es-419) to store, edit, delete and view your own tasks.
## How to build
- Create a new project using the [Google Cloud Console](https://developers.google.com/workspace/guides/create-project?hl=es-419)
- Follow the instructions given in [this quickstart guide](https://developers.google.com/tasks/quickstart/js?hl=es-419) to get your own CLIENT_ID key
- Enter your key in the [environments.ts](src/environments/environment.ts) file
- Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`## Screenshots