DEV Community

TONNYCHWEYA
TONNYCHWEYA

Posted on

Project Blog

Name of the project: NBA FAN PAGE STATS
Ideation Process: I am an NBA basketball fanatic. On several occasion, I have googled players' information like their city or which team they played in but the information I got from various websites were inaccurate or outdated. Thus I decided to develop a simple page where you can search for information about players like the city they come from and their real names. The page also allows the visitor to give reviews on the player.
Technology used/Requirements:

  • HTML
  • CSS
  • Javascript
  • API - https://www.balldontlie.io/api/v1/players Development process: The project design was created using Figma. After which it was coded into an actual static website using HTML and CSS. Interactivity was added using javascript. The website allows you to search for a player using his name. The value imputed is stored in a variable and passed dynamically in the Url used to fetch the players. The fetch returns different players with the same name. Website Usage: Instead of typing a bunch of words, I will provide a link to a video that will take you through how to use the website. Website link: tonnychweya.github.io/nba_stats/ Github link:

Top comments (0)