Bhavyajain21 / Netflix-GPT

0 stars 2 forks source link

Implement Browse Page #3

Open Bhavyajain21 opened 5 months ago

Bhavyajain21 commented 5 months ago

Implement browse page on "/browse" route.

It should contain a trending movie trailer running on the background along with it's name and description.

Use the TMDB API to fetch the movie data. https://developer.themoviedb.org/reference/intro/getting-started

Fetch the movies of different categories and display it on the UI in a row.