Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.02 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.02 KB

React NBA

NBA App based on React js that allows you see the latest news around the league, the game scores and the teams standings.

Table of Contents

Getting Started

Prerequisites

Installation

  • Run npm start to start the application
  • The app will be available on localhost:3000
npm start

Tests

  • Run npm run test to view the tests
npm run test

Features

  • View the latest news in the NBA
  • View the scores of the games of a selected date
  • View the current standings of the teams

Stack

  • React
  • Redux
  • Elemental-ui

Roadmap

  • Stats page where you can see the players stats, leader board, etc
  • Game detail page where you can see the detail of a game, the stats, the results
  • Infinite scroll for the feed page (Right now we are only displaying the latest news)
  • Adding more tests