DEV Community

bfl5322
bfl5322

Posted on

NBA Team encyclopedia

Writing the 1st article in a series about the scope of what your going to be building
We are building a encyclopedia for NBA teams, specially we are going to be writing about how the team did throughout the history, the amount of championships they won, the hall of fame players they have and their win lost ratio. Our main functions and layout would be team icon UI and collapsible UI. In the collapsible UI, there will be more details of the team.

Include images of how you are conceiving the API for the elements involved and the names
This is a screenshot of our API in JSON file.
Image description

What properties do you think you'll need
We will need onclick functions and buttons for all the drop downs, classes for the images, descriptions, and stats and CSS for all the fonts and images.

What sort of information will need to come from the backend to make this work?
We would need all the championships, hall of fame players and wins/loses ratio state for the teams.

Either using a screen cast, taking screen shots, links to your code, show how you'll apply concepts from the Homework
The map function maps each element to one instance of a team and the team list. We use this in our project to map our elements of name, description and other details.
Image description

Relate it to what you'll have to do in order to pull this off for Project 2
Our approach to project 2 will be similar to this project. We will use imported data to display the information and improve the website.

Top comments (0)