Skip to content

Hour tracking for contract work made in electron

Notifications You must be signed in to change notification settings

PATILpavan123/time-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracker

Hour tracking for contract work, made in Electron with React. Mostly designed as a test-project, but I'll be using it personally to track my own projects instead of paying for other ones.

For development

For the main app:

You'll need electron-forge primarily, most everything else is included with the package installation. I'll update the README if anything acts screwy.

Then the usual git clone $URL $DIRECTORY and yarn || npm install then yarn || npm start.

For the express server (will be more important info here after it actually does something ;) ):

cd $DIRECTORY/server then yarn || npm install followed by yarn || npm start.

For releases

See The release timeline for specifics, but I've currently got binaries out for Debian-Based Linux and OSX. I plan to have Windows support soon, but it hasn't been as critical for as getting solid base features developed :)

About

Hour tracking for contract work made in electron

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.5%
  • HTML 4.1%
  • CSS 0.4%