GFGRBU / Web-Development-3.0

A repository under Git For Geeks 3.0 for hacktoberfest
MIT License
2 stars 12 forks source link

Add Movie Search and Details with TMDb API #8

Open Mefisto04 opened 3 weeks ago

Mefisto04 commented 3 weeks ago

Description:
The app needs functionality to search movies, display details (rating, genre, release date, synopsis), and allow users to save movies to a favorites list. TMDb API should be integrated for movie data.

Approach:

  1. API Integration: Use TMDb's search and movie detail endpoints to fetch movie data.
  2. UI: Create a responsive search bar, display movie info, and detailed view on click.
  3. Favorites: Implement local storage for saving favorite movies and viewing them later.
mudassir0002 commented 1 week ago

please assign me this issue so that i can contribute to it