/pace-converter

Web app to quickly convert (e.g. running) pace, min/km <-> min/mi

Primary LanguageTypeScript

Running Pace Converter Web App

Pace Converter app screenshot

View the app: Live Demo

App Description

This is a simple web app that converts pace (min/km <-> min/mi). Useful when researching training plans and comparing reported paces in minutes/kilometer vs. minutes/mile. Updates in real-time as you type so that you don't need to click a button to convert or whatever.

Tech Stack

  • Vite
  • React
  • TypeScript
  • Sass

Getting Started

  1. Clone the repo: git clone https://github.com/blsmxiu47/pace-converter.git
  2. Install dependencies: cd pace-converter && npm install
  3. Start the server: npm run dev
  4. View in browser at http://localhost:5173