Triathlon race calculator is a web application running with NodeJS developed to help triathletes to easily plans their race paces. An instance of the application is available at triathlon-calculator.app.
Run and develop locally the application :
git clone https://github.com/anto-n1/triathlon_race_calculator.git
cd triathlon_race_calculator/
npm install
node app.js
Go to http://127.0.0.1:4000 with a web browser.
For any question or remark, please contact me at antonin.info@protonmail.com.
- Make the application responsive
- User can use dot or comma for numbers
- Add errors indications on input
Made with ❤️ from 🇫🇷.