Enter your desired distance and goal time, and receive a graphic with the times you should see at every 100m split of the rep.
- Clone the repository to your local machine: (bash) git clone 'https://github.com/bryankeating10/Track-Workout-Split-Calculator'
- Run the HTML file in your default browser:
- Windows:
- (bash)
- cd /path/to/your/file
- start index.html
- Mac
- (bash)
- cd /path/to/your/file
- open index.html
- Linux
- (bash)
- cd /path/to/your/file
- xdg-open index.html
- Windows:
- Enter the rep distance (Ex. 1600m) when prompted
- Enter your goal time for the distance. Acceptable formats are hh:mm:ss or mm:ss
- To recalculate, press Ctrl+R to refresh the page
A graphic of a track will be generated with textboxes at the 100, 200, 300, and 400m locations with their respective splits. Here's an example of an output for an athlete looking to run 1600m in 5 minutes.

- Fork the repo
- Create a new branch: 'git checkout -b feature-name'
- Make your changes
- Push your branch: 'git push origin feature-name'
- Create a pull request