DEV Community

lloyd64
lloyd64

Posted on

NBA Encyclopedia

How did we start?
We started by initiating a web app through vercel using open wc. We began by figuring out how to use the map function to apply elements from a json file that we made to one of our cards from project 1. We then used this as a basis for our code for project 2, where the "cards" are NBA teams with drop down information. We also added a search bar at the top.

What did you decide to attack first?
We chose to first figure out how to use the map function as well as getting our search bar up. We wanted to understand a lot of the code that we were going to be using before implementing it.

What issues have you had?
We had issues with using a js file through api rather than a json file. We also have had issues trying to make the page as a whole resemble the model given. Issues also came with making the search bar function.

What concepts translated from project 1?
The idea of creating a card and then using that as an element on the web page, and creating multiple of them from there. Creating and having two different looking cards with different information show up on the page.

What's your next priority?
Figuring out how to make the search bar function and making our "cards" look like "badges"/improve css as a whole.

What issues are you unsure of how to solve?
Search bar filtering function.
Few underlying code issues/errors.

Top comments (0)