Skip to content

Track, analyze, and improve your disc golf putting with smart stats and insights.

License

Notifications You must be signed in to change notification settings

wanner-work/PuttLab

Repository files navigation

lead

Download on the App Store


PuttLab

This application is designed to help disc golf players improve their putting skills through structured practice and detailed performance analysis. Putting is a critical part of disc golf, and consistent improvement requires focused, measurable training. this apps goal is to provide exactly that.

Functionality

  • The app works offline.
  • It does not require an internet connection and makes no network requests.
  • All data is stored locally on the device using a SQLITE Database
  • It is built using React in combination with Capacitor to use native functionality

Development

The application can be developed inside the browser, thanks to the great work at Capacitor. Run the following commands to get you started:

  1. pnpm i
  2. pnpm run dev

To test on android or ios, run:

  1. pnpm run build
  2. pnpm cap sync
  3. pnpm cap run ios / pnpm cap run android

(android studio and xcode are required to be running to be able to run them on android or ios.)