Calculate cumulative times for multiple runners.
The Split Time Calculator is a simple web tool that lets you input multiple runners and their respective elapsed times. The app then calculates and displays the cumulative times for each runner.
- Visit the Split Time Calculator.
- Enter the number of attendees/runners.
- Input the name of each runner and their elapsed time in the format
mm.ss.ms. - The application will automatically display the cumulative time for each runner on the web page.
To contribute or test locally:
- Clone this repository
git clone https://github.com/amdchow/split-time-calculator.git - Open the index.html file in a web browser.
- Fork the repository.
- Create a new branch
git checkout -b new-feature. - Commit your changes
git commit -am 'Added some feature'. - Push to the branch
git push origin new-feature. - Create a new Pull Request.
- Your contributions are highly appreciated!
For any issues or suggestions, please raise a ticket on GitHub.