An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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

![GitHub Logo](1.jpeg)
![GitHub Logo](2.jpeg)
![GitHub Logo](3.jpeg)

## 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