Strava Goal Setter Frontend was created by me to track my summer biking and walking goals. This application works in conjunction with the API to fetch and display your activity data.
To deploy the Strava Goal Setter Frontend, please ensure you have the following prerequisites set up:
- Set up the API to handle backend functionality.
To deploy the web app, follow the instructions provided by this guide. This guide will walk you through the process of deploying a production-ready version of the app.
For my own deployment, I prefer using Cloudflare Pages. You can find a detailed guide on how to deploy the app using Cloudflare Pages here.
Don't forget to set up the environment variable REACT_APP_API_URL
with your API URL:
REACT_APP_API_URL=https://strava-api.rkubapl.workers.dev
The Strava Goal Setter Frontend is licensed under the Apache License 2.0. Feel free to modify and use it according to your needs.