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.
- 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
The application can be developed inside the browser, thanks to the great work at Capacitor. Run the following commands to get you started:
pnpm ipnpm run dev
To test on android or ios, run:
pnpm run buildpnpm cap syncpnpm 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.)
