Skip to content

atefkbenothman/strava-recap

Repository files navigation

Fitness Recap

Vercel

Explore yearly recaps of your Strava activities

Screenshot

Tech Stack

  • React + Vite
  • Tailwind + Shadcn
  • Recharts
  • Mapbox

Local Development

  1. Create an API application on Strava. Obtain your Client ID and Client Secret

  2. Clone the repo

git clone https://github.com/atefkbenothman/strava-recap.git
  1. Create a .env file in the root directory with the following key/value pairs:
VITE_STRAVA_CLIENT_ID=<strava client id>
VITE_STRAVA_CLIENT_SECRET=<strava client secret>
VITE_STRAVA_REDIRECT_URI_DEV=http://localhost:5173  (set to url outputted by command `npm run dev`)
VITE_MAPBOX_ACCESS_TOKEN=<mapbox access token>      (optional)
  1. Install dependencies
npm install
  1. Start dev server
npm run dev

About

explore yearly recaps of your Strava activities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages