NBA App based on React js that allows you see the latest news around the league, the game scores and the teams standings.
- Setup and start the api from https://github.com/aneguzman/react-nba-micro-service
- Run npm start to start the application
- The app will be available on localhost:3000
npm start
- Run npm run test to view the tests
npm run test
- View the latest news in the NBA
- View the scores of the games of a selected date
- View the current standings of the teams
- React
- Redux
- Elemental-ui
- 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