ravenloue / TMDB-TrendingSearch

A mobile-friendly webpage that utilizes TMDB's API to retrieve daily or weekly trends for movies, tv shows and people involved in the industry.
https://ravenloue.github.io/TMDB-TrendingSearch/public/
1 stars 0 forks source link

Add functionality for more information #3

Closed ravenloue closed 1 year ago

ravenloue commented 1 year ago

It would be cool if the user could get more information about an object if they hovered or clicked on the card

ravenloue commented 1 year ago

I was trying to think of how to use the information from the original call, but I think it might be better to generate a new fetch call based on the information from the cell if possible. I could store the ID number as the ID of the generated card, then use that value in another api call if possible.

Time to do some research

ravenloue commented 1 year ago

I did find the information I needed for making the calls. Going to track my steps as I go for the development of this with separate issues.

ravenloue commented 1 year ago

Tasks:

  1. 17

  2. 18

  3. 19

  4. 21

  5. 20

ravenloue commented 1 year ago

added #21 to the task list