Skip to content

PatrickLeahey/caddie_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple web application that allows users to enter golf rounds and calculate their golf handicap.

Features

  • Users can enter golf rounds including course details, scores, course rating, and slope rating.
  • Golf handicap is calculated once a minimum of five rounds have been entered.
  • The calculated golf handicap is displayed at the bottom of the page.

Prerequisites

  • Node.js and npm should be installed on your machine.

Getting Started

Backend (Node.js and Express)

  1. Navigate to the server (backend) directory:
cd server
  1. Install dependencies:
npm install
  1. Start the server:
npm start

The backend server will start running on http://localhost:5000.

Frontend (React)

  1. Navigate to the client (frontend) directory:
cd client
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

The React app will be available at http://localhost:3000.

Usage

  1. Open your browser and visit http://localhost:3000 to access the React app.
  2. Enter golf round details including course information, scores, etc.
  3. Once a minimum of five rounds have been entered, the golf handicap will be calculated and displayed at the bottom of the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published