/pace.griffindvs.com

A runner's pace calculator built with React.

Primary LanguageJavaScript

About

This webapp is built with React using CreateReactApp, Reactstrap, and FontAwesome Icons. The hosting is provided through Google Firebase.

The application does basic conversions between pace, distance, and time of various units.

Building the App

  1. Install NPM
  2. Navigate to the main directory in a terminal
  3. Serve the site to see changes during development
  4. Build the site for deployment
    • Run npm run build
    • The built site can be found in the build folder