Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.27 KB

readme.md

File metadata and controls

58 lines (44 loc) · 1.27 KB

Remote work timer

Description

Remote work timer with statistics

Features

  • custom TemplateManager to manage active tab component states
  • auto updated annual chart with some work statistics
  • time data and settings are stored in files
  • fake time data generator for testing purposes
  • can be cross platform by Electron
  • colors inspired by Dracula theme

Tools

JavaScript ES6, Bootstrap 4, Electron 6, Electron-Forge 5

Build, run

To build use yarn instead of npm.

To run use npm run with one of the following:

  • start to run
  • package to pack for development
  • make to pack for production

Possible make targets (set in package.json):

  • zip - archive
  • squirrel - Windows installer
  • appx - Windows store app
  • wix - Windows MSI file
  • deb, rpm, flatpak, snap - Linux

Screenshots