https://github.com/lnardon/timetracker
With this application, you can use the Pomodoro technique to track the time spent in activities and increase productivity.
https://github.com/lnardon/timetracker
application electron pomodoro react timetracker
Last synced: 7 months ago
JSON representation
With this application, you can use the Pomodoro technique to track the time spent in activities and increase productivity.
- Host: GitHub
- URL: https://github.com/lnardon/timetracker
- Owner: lnardon
- Created: 2021-03-04T00:17:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T00:17:27.000Z (over 4 years ago)
- Last Synced: 2025-01-10T17:49:39.059Z (9 months ago)
- Topics: application, electron, pomodoro, react, timetracker
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time Tracker Application
With this application, you can use the pomodoro technique to track the time spent in activities and increase productivity.
![]()
### Download
- Linux - V2.0 (BETA) : https://mega.nz/file/hMpgTD4I#keXROg_W0S7O6A0PsyPRAz79GyHanccTWj4KxaI6OzU
- MAC OS - V2.0 (BETA) : https://mega.nz/file/kNwmACgB#FtEslsf4_KCrQvo09iuOHUq2OZmludlvRK5_g-JByuY### Build the app from source code
Clone the repo and run the following commands on the root folder to install all dependencies and build the React files:
```bash
npm install && npm run build
```Now you can run one of the commands below according to the OS to create the executable app file:
```bash
npm run package-mac # MACOS command
npm run package-linux # Linux command
npm run package-win # Windows command (not tested)
```### What I used on this project
- Electron
- Javascript
- React
- CSS
- Electron-builder
- Node.js
- Notification API