https://github.com/punitgr/time-doctor
Time doctor electron app
https://github.com/punitgr/time-doctor
babel electron-app es6 javascript react redux redux-thunk reselect styled-components webpack
Last synced: 2 months ago
JSON representation
Time doctor electron app
- Host: GitHub
- URL: https://github.com/punitgr/time-doctor
- Owner: PunitGr
- License: mit
- Created: 2018-07-30T21:54:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T11:00:42.000Z (over 7 years ago)
- Last Synced: 2025-08-01T11:01:46.280Z (11 months ago)
- Topics: babel, electron-app, es6, javascript, react, redux, redux-thunk, reselect, styled-components, webpack
- Language: JavaScript
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Time doctor
Electron app to track the work time.
## Installation and setup
```
git clone git@github.com:PunitGr/time-doctor.git
cd time-doctor
yarn
yarn start
yarn electron // Open another tab
```
### Description
```
- The app uses `redux-electron-store` and `redux-thunk` to sync the actions between multiple windows.
- Uses styled components for styling.
- The widget is draggable. Go to `Electron > Open widget` to show the widget.
```
### Screenshots
* **Timer stopped (Inactive)**


* **Timer play (Active)**


**Note: The format of time displayed in the main window is `HH:MM:SS` and in the widget is `HH:MM`.**