Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 751 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 751 Bytes

Triathlon race calculator

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.

Development

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.

Contact

For any question or remark, please contact me at antonin.info@protonmail.com.

To do

  • Make the application responsive
  • User can use dot or comma for numbers
  • Add errors indications on input

Made with ❤️ from 🇫🇷.