Basic Node app for calculating running paces, for interval trainings.
Bit overkill since this could have been solved with somefront end only solution, but I wanted to play a bit with Node, Express and mostly PUG :)
After npm i
you can run the app with npm start
.