This application allows users to track their disc golf scores. It provides an interface to select a course, layout, and player, and then displays a scorecard with the scores for each hole.
- Select a course from a list of available courses
- Select a layout for the selected course
- Select a player to track scores for
- Display a scorecard with the scores for each hole
- Click on a row in the scorecard to display the hole scores in a separate table
- Clone this repository:
git clone https://github.com/sonikki/dgs2
- Navigate to the project directory:
cd dgs
- Install the dependencies:
npm install
- Start the application:
npm start
After starting the application, select a course, layout, and player from the dropdown menus. The scorecard for the selected player will be displayed. Click on a row in the scorecard to display the hole scores for that row.
Pull requests are welcome.