diptanshumahish / watch

An open source movies / web series reccomendation app
MIT License
7 stars 11 forks source link

TmDB API Integration (ii) #46

Closed diptanshumahish closed 1 year ago

diptanshumahish commented 1 year ago

TmDB API Integration (ii)

keypoints

  1. On clicking an movie/webseries from the homepage, the user will go to a full screen page, using the available designs and data from TmDb API you need to get the data displayed on the page.
  2. Make sure to add the "like" feature on the page, when the user clicks the like button , the movie id, the liked array.
  3. On further clicking the like button, the movie/ web series must be removed from the array.
  4. Many of the movies and web series do not offer a backdrop image, so so try avoiding that.
sagnik-sanyal commented 1 year ago

I'm ready to work on this issue under JWOC

sagnik-sanyal commented 1 year ago

I can work on this functionality