This app will generate a random distance to hit to, and allow you to log your misses Left Right Front and Back.
When you record your miss, and your chosen club the app will collate these statistics to help you visualise your dispersion with each club.
https://ronheywood.github.io/drivingrangebuddy/
- Visual Studio Code
- Live Server extension for VS Code (for local development)
- Clone this repository
- Open the project in Visual Studio Code
- Install the Live Server extension if you haven't already:
- Click the Extensions icon in the Activity Bar
- Search for "Live Server"
- Install the extension by Ritwick Dey
There are two ways to start the development server:
-
Using the Status Bar:
- Look for "Go Live" in the bottom-right corner of VS Code
- Click on it to start the server
- Your default browser will open automatically at
http://localhost:5500
-
Using VS Code's Debug Launch Configuration:
- Press
F5or click the "Run and Debug" icon in the Activity Bar - Select "Launch Chrome against Live Server"
- The application will open in Chrome with debugging enabled
- Press
The Live Server will automatically:
- Serve your static files on
http://localhost:5500 - Reload the browser when you make changes to any file
- Support hot reloading of CSS, JavaScript, and HTML files
Golf green icon made by Good Ware from www.flaticon.com