/icetime

(WIP) React Native application to display latest NHL game scores and statistics

Primary LanguageJavaScript

Hockey Application

NOTE: Work in progress

Using React Native to develop a cross platform mobile application for showing NHL game scores and statistics. This requires the Hockey API that I have developed here.

Local Development

Requirements

Getting Started

yarn install # you can also use: npm instal

cp .env.example .env # sets the environment variables

yarn start # you can also use: npm start

This will start the development server for you and then you may use the Expo client app on your iOS or Android device to open the application.

Make sure API_BASE_URL is properly set in .env so the mobile application is able to make requests to the API and fetch data to display.

Plans

Features implemented

  • Show list of games with the game scores for the current date
    • Shows playoff series information as well if the game is a playoff game

Upcoming

  • Show the league standings in a new tabbed view
  • Allow user to pick a date to see the games for that specific date
  • Add detailed game information screen that users see when selecting a specific game from the games list