Skip to content

nicolas-hernandez/interval-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interval Timer

Timer with countdown to control intervals and time lapses in your workouts

Instalation

Simply grab the latest release from github's releases page, decompress it and run interval-timer.exe.

Development

This is esentially an electron app.

To run the app:

git clone https://github.com/nicolas-hernandez/interval-timer.git
cd interval-timer
npm start

The tool used to create the windows release is electron-packager. You can generate the release by running:

npm win

Roadmap

  • Fix CSS for the pause/reset overlays
  • Remember last time's config instead of reversing to the default one.
  • Add clock if the app is fullscreen