Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 484 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 484 Bytes

Simple Next.js App for keeping track of your cardio workouts. The routes are retrieved from the Openrouteservice API. Previously entered data is saved in the browsers local storage. The App is hosted on Vercel and can be viewed here: https://mapty-in-nextjs.vercel.app/

Getting Started

To host the App locally, download the Repo, install the dependencies in the package-lock.json, and run the following command:

npx next dev