Skip to content

feat: added cast page

Meet Kalani requested to merge cast-page into main

Summary by CodeRabbit

  • New Features

    • Introduced CastPage component to display cast and crew information.
    • Added CrewDepartment component to organize crew members by department.
    • Implemented useFetchData custom hook for data fetching.
  • Enhancements

    • CastCard component now includes gender-specific loader images.
    • CastInfo component now supports contentType and id props for more detailed links.
    • Updated fetchCastData function to return comprehensive data.
  • Styling

    • Added new styles for cast and crew components.
    • Introduced layout and media query adjustments for the cast page.
  • Routing

    • Added a new route for displaying cast information based on content type and ID.
Edited by CodeRabbit

Merge request reports