An open API service indexing awesome lists of open source software.

https://github.com/emiprandi/trakker

⏱ Simple time tracking menubar app that works with Toggl
https://github.com/emiprandi/trakker

electron menubar osx react time-tracker timer toggl-api webpack

Last synced: about 1 year ago
JSON representation

⏱ Simple time tracking menubar app that works with Toggl

Awesome Lists containing this project

README

          

# Trakker app

Trakker is a simple time tracking menubar app that works with Toggl.
Made with Electron, React, Webpack, Babel, Figma and [toggl api](https://github.com/toggl/toggl_api_docs).

## Development

* Clone this repo
* Run `npm install` and then in two separate terminal windows:
* `npm start` and `npm run electron`

## Screenshots


### Original designs

Login | Dashboard | Tracking
--- | --- | ---
| |

## TODO

This is a first iteration (aka proof of concept) of the app and although it is very useful to quickly track time there is a lot of room for improvements. E.g. change/add task project, check if timer is stopped from webapp, etc.
I'm currently working on darwin `.app` package to be ready for distribution.