NBA-Stats is a React Web application to see latest NBA news, results, stats and more, with data obtained from some of the open source APIs.
Clone de Repo
git clone https://github.com/QuevedoIB/NBA-stats.git
cd ./NBA-stats
npm install
npm run start
- http://data.nba.net/10s/prod/v1/today.json
- https://gist.github.com/akeaswaran/b48b02f1c94f873c6655e7129910fc3b
- https://www.espn.com/apis/devcenter/docs/scores.html
See the last NBA results and news.
See NBA standings.
See stats by players.
See rosters by teams.
See charts and more.
- SHOW PLAYER STATS
- COMPARE PLAYER STATS WITH OTHER PLAYER / AVERAGE IN SAME POSITION (RECHART)
- NEGATIVE BAR CHART FOR GAME DETAILS (SCORE EVOLUTION + PLAYERS PLAYING)
- ADJUST COLOR PALETTE
- UNIT TEST + E2E
- PROPTYPES EVERYTHING
- FILTERS IN PLAYERS LIST FOR POSITION / TEAM ETC
Dropdown Team detail roster.
Responsiveness player detail charts.
IPAD SIZE players list.
Keep last selected calendar day?.