Mosnad-Web01 / oldversion

0 stars 0 forks source link

Design Trending Section #14

Closed ahmedalsanadi closed 1 month ago

ahmedalsanadi commented 1 month ago

Issue: Design Trending Section

Description:

We need to implement a new "Trending" section that displays cards for today's trending movies fetched from the TMDB API. This section should include a toggle switch that allows users to switch between "Today" and "This Week" trending movies. When the switch is toggled, the section should re-fetch and update the displayed movies accordingly.

Requirements:

Tasks:

  1. Set up the API integration to fetch trending movies from TMDB.
  2. Implement the UI for the trending section with movie cards.
  3. Add the toggle switch functionality.
  4. Test the re-fetching of movies on toggle switch change.
ahmedalsanadi commented 1 month ago

Developed successfully