Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 492 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 492 Bytes

Running Calculator

runner

A JFX application for calculating and comparing the running pace for multiple runners given a distance that they ran and the time that they ran it in. Supports saving and loading from CSV files.

screenshot-1 screenshot-2

How to build:

  • Clone the repository
  • Run mvn clean install.