/pga-react-leaderboard

⛳️ The purpose of this project is to give candidates the opportunity to showcase their skills using React, JavaScript, and overall Application Development.

Primary LanguageJavaScriptMIT LicenseMIT

PGA

CircleCI Netlify Status

About

The frontend UI for PGA Leaderboard project:

Setup

  • Code formatter is Prettier, find editor integrations here
  • Run yarn install to get dependencies

Development

  • Run yarn start for dev mode
  • localhost:3000 should open in your browser

Production

  • Run yarn build to generate production ready files in /dist
  • Demo can be found here

Serverless API

  • Codebase can be found here