Skip to content

A Web app that leverages the nba.stats API to get info about nba players (PPG, APG, RPG). A mini web app that gets data of NBA players from a backend service "stats.nba.com". Node JS was used in creating backend that retrieves data from this service while React was used for frontend

Notifications You must be signed in to change notification settings

thatFemicode/Nba-Player-Search-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA PLAYER SEARCHING WEB APP

Desktop View

Design preview for the REST Countries API with color theme switcher coding challenge

Responsive View

Design preview for the REST Countries API with color theme switcher coding challenge

Frontend was created with React while backend uses Node js

App cant be launched because of the NBA blocks Heroku and some other hosting website but you can do the following to launch app on your local PC/ Machine either through cloning or downloading the file from github

  • Open E-commerce folder
  • run npm install
  • cd into server (cd server) for backend
  • run npm install
  • run npm start to start up the node server that connects to the api
  • open a new terminal
  • cd into e-commerce (cd e-commerce) for frontend
  • run npm install
  • run npm start to run frontend development server
  • Open http://localhost:3000 to view it in the browser.

About

A Web app that leverages the nba.stats API to get info about nba players (PPG, APG, RPG). A mini web app that gets data of NBA players from a backend service "stats.nba.com". Node JS was used in creating backend that retrieves data from this service while React was used for frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published