fettenkett is a web application designed to help cyclists keep track of their bicycle maintenance. By connecting to your Strava account, fettenkett can monitor the distance traveled by your selected bicycle and create maintenance reminders for individually selected parts of the bicycle.
- Strava Integration: Authorize with your Strava account to access your bicycles and track their usage.
- Maintenance Reminders: Set up reminders for different parts of your bicycle based on the distance traveled.
- User-Friendly Interface: Easy-to-use interface to manage your bicycles and maintenance schedules.
To get started with fettenkett, follow these steps:
Make sure you have the following installed on your system:
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository:
git clone https://github.com/cgoern/fettenkett-web.git cd fettenkett-web
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
This will start the application on
http://localhost:5173
. -
Open your browser and navigate to
http://localhost:5173
to see the application in action.
- Strava API for providing the data and integration capabilities.