A React app that merely displays NHL Scores and Statistics. Makes use of the NHL'S Stats API. Thanks, NHL!
Run the following from the Command Line:
git clone https://github.com/incarnateTheGreat/nhl-tracker.git
cd nhl-tracker
Once the above steps are complete, download the latest dependencies by running:
npm install
npm start