8000 GitHub - PkTaz/Fairway-Finder: Fairway Finder is a web application designed to help golf enthusiasts find golf courses near their location, review them, and check out other golfers reviews.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fairway Finder is a web application designed to help golf enthusiasts find golf courses near their location, review them, and check out other golfers reviews.

Notifications You must be signed in to change notification settings

PkTaz/Fairway-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fairway Finder

Fairway Finder Logo

Fairway Finder is a web application designed to help golf enthusiasts find golf courses near their location, review them, and check out other golfers reviews. The application leverages the Golf Course API to fetch detailed information about golf courses based on the user's location or search query. Built with React and styled with CSS, Fairway Finder offers a seamless and responsive user experience.

Features

  • Geolocation-based Search: Automatically fetches the nearest golf courses based on the user's location.
  • Search by Query: Allows users to search for golf courses by name or club name.
  • Detailed Course Information: Displays the name, address, city, and state of the golf courses.
  • Responsive Design: Ensures a seamless experience across different devices and screen sizes.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • CSS: Cascading Style Sheets for styling the application.
  • Golf Course API: An API to fetch information about golf courses.
  • Geolocation API: A web API to get the user's location.

Install Instructions

Node.js: Ensure you have Node.js installed on your machine. You can download it from nodejs.org.

Installation

  1. Clone the repository:

    git clone https://github.com/YOUR_GITHUB_USERNAME/Fairway-Finder.git
    
  2. Navigate to the project directory:

     cd Fairway-Finder
    
  3. Install the dependencies:

     npm Installation
    
  4. Create a .env file:

    Create a .env file in the root of your project and add your API key:

     "REACT_APP_GOLF_API_KEY=GPW6LA6POJGFPTBC7INJNUAOHM"
    

Running the Application

Start the development server:

npm start

Open your browser and navigate to http://localhost:3000 to see the application in action.

origin/master

About

Fairway Finder is a web application designed to help golf enthusiasts find golf courses near their location, review them, and check out other golfers reviews.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0