https://github.com/vkartaviy/eggtimer-app
Simple Egg Timer App for Pomodoro Technique
https://github.com/vkartaviy/eggtimer-app
eggtimer pomodoro
Last synced: about 2 months ago
JSON representation
Simple Egg Timer App for Pomodoro Technique
- Host: GitHub
- URL: https://github.com/vkartaviy/eggtimer-app
- Owner: vkartaviy
- License: mit
- Created: 2019-12-05T23:57:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:09:56.000Z (over 3 years ago)
- Last Synced: 2023-03-24T11:07:39.098Z (almost 3 years ago)
- Topics: eggtimer, pomodoro
- Language: TypeScript
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Simple Egg Timer App for Pomodoro Technique
Cross-platform menubar/tray application that aims to provide a minimalistic and reliable way to track productivity using the Pomodoro Technique.
## Installation
Download and install the relevant distribution from the [releases page](http://github.com/vkartaviy/eggtimer-app/releases).
## Development
```
yarn install
yarn start
```
#### Building a distribution
```
yarn build
```
## Further improvements
- [ ] GitHub potential security vulnerabilities in dependencies
- [ ] GitHub releases workflow
- [ ] Add screenshots to README
- [ ] Implement "Check for updates"
- [ ] Install via Homebrew Cask
## License
MIT © [Vladimir Kartaviy](http://github.com/vkartaviy)