https://github.com/depuits/worktimer
Simple timer for task followup while working.
https://github.com/depuits/worktimer
Last synced: over 1 year ago
JSON representation
Simple timer for task followup while working.
- Host: GitHub
- URL: https://github.com/depuits/worktimer
- Owner: depuits
- License: mit
- Created: 2023-06-06T13:24:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T08:21:59.000Z (about 3 years ago)
- Last Synced: 2025-01-13T01:35:57.750Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workTimer
Simple timer for task followup while working.
## Features
* Start, stop, and edit task timers.
* Computed total of all timers.
* Multiple days history.
Data is saved in browser and can be exported to json.
### Planned
* Notification for breaks
* Notification to finish day
## Compile
npm install --global web-ext
web-ext sign --api-key= --api-secret=
## Built With
Started from [beastify demo](https://github.com/mdn/webextensions-examples/tree/main/beastify) and made with:
* [Pico.css](https://picocss.com)
* [Mustache.js](https://github.com/janl/mustache.js)