This project is a React UI to search a NBA player by name and display current season stats provided by a 3rd party API.
Live demo: https://starting-5.netlify.com/
Project is created with:
- React 16.8.4
- Node-Saas 4.11.0
- React Bootstrap 1.0.0-beta.5
- Balldontlie API: https://www.balldontlie.io/
To run this project, install it locally using yarn:
$ yarn install
$ yarn start
- Add ability to search player stats for different seasons
- Improve overall styling