https://github.com/pranavmodx/TimeSlate
An Electron JS app which keeps track of usage time of different applications (active ones) running on computer.
https://github.com/pranavmodx/TimeSlate
d3-visualization electron-app electronjs javascript project report-generator time-tracker
Last synced: about 1 year ago
JSON representation
An Electron JS app which keeps track of usage time of different applications (active ones) running on computer.
- Host: GitHub
- URL: https://github.com/pranavmodx/TimeSlate
- Owner: pranavmodx
- License: mit
- Created: 2019-04-09T08:38:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:04:07.000Z (over 3 years ago)
- Last Synced: 2023-03-04T12:24:06.147Z (over 3 years ago)
- Topics: d3-visualization, electron-app, electronjs, javascript, project, report-generator, time-tracker
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-time-tracking - TimeSlate - TimeSlate is an open-source Electron JS desktop application that tracks the usage time of different active applications on a computer and provides analysis reports. Ideal for users seeking insight into their desktop activity and time allocation across apps. ([Read more](/details/timeslate.md)) `open-source` `electron` `usage-monitoring` `reporting` (Desktop Time Tracking Applications)
README
# TimeSlate
An Electron JS desktop application which keeps track of usage time of different applications (active ones) running on computer and displays it along with an analysis report.
## App Screenshots



## Usage
* Clone/Download the source code
* Install all requirements
```
npm install
```
or
```
yarn install
```
* Run :
```
npm start
```
or
```
electron .
```
* The application window will open
* Navigate through the project