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
- Host: GitHub
- URL: https://github.com/emiprandi/trakker
- Owner: emiprandi
- License: mit
- Created: 2017-02-03T02:16:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:34:12.000Z (over 3 years ago)
- Last Synced: 2024-04-14T16:01:43.055Z (about 2 years ago)
- Topics: electron, menubar, osx, react, time-tracker, timer, toggl-api, webpack
- Language: JavaScript
- Homepage:
- Size: 6.02 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-time-tracking - Trakker - A simple menubar time tracking app that integrates with Toggl, built with Electron and React for convenient desktop time tracking. ([Read more](/details/trakker.md)) `desktop` `electron` `integration` `simple` (Desktop Time Tracking Applications)
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.