Skip to content

bluzi/awesome-google-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Google Tasks

Alternative Web UI for Google Tasks made with React

Check it out

Why?

Because Google Tasks is awesome.

What?

Awesome Google Tasks is a web client for Google Tasks. We use Google's public API to query and modify your tasks, so that anything you see in the mobile app and the original website is available through Awesome Google Tasks, and vice-versa. This project does not have a server side, we do nothing with your data but sending it back and forward from Google to your browser, it's important to me to clarify that this is just a client app.

You can use Awesome Google Tasks to do almost anything you can do with the original client, with the exception of reording tasks, creating sub-tasks and moving tasks between lists. These features are planned to be implemented in the future. If you find any other differences between Awesome Google Tasks to the official clients, please create an issue.

How?

Awesome Google Tasks is implemented using React and bluzi/google-tasks-api. You can use bluzi/google-tasks-api to create your own client, or to create other services that integrate with Google Tasks. I've tried to make it easier to communicate with Google Tasks API, as I found it pretty over-complicated. Feel free to browse the code and ask questions by creating issues or by mail (info@awesomegoogletasks.com), one aspect of this repository is to be a sample app for such integrations.

Awesome Features

Keyboard Shortcuts

The following shortcuts are available:

  • Use the left and right arrow keys to navigate between the tasks panel and the lists panel
  • Use the up and down arrow keys to navigate between tasks/lists (depends on the selected panel)
  • Press Enter when selecting a task to mark it as completed
  • Press Enter when selecting a list to navigate into it
  • Use CTRL + N to create new tasks or lists (depends on the selected panel)
  • Use CTRL + E to edit a task or a list (depends on the selected panel)
  • Use CTRL + D to delete a task or a list (depends on the selected panel)
  • Use CTRL + A to navigate to All Tasks view

Feel free to suggest more shortcuts or changes to existing shortcutes. :)

Contributions

Plesae feel free to ask for features by creating issues, or to implement features by creating pull requests. I'll do my best to review things as fast as I can, as I always try to do.

If you find any errors or strange behaviors, please report them by creating an issue.

License

This project is licensed under the MIT License.