Search Movies

NextJS app to search movies using TMDB API. Deployed on Vercel here.

Environment Variables

Learnings

  • Used NextJS API Routes to create a API to hide TMDB api key and fetch data.

  • Used useSWRInfinite to fetch paginated data from the TMDB api.

  • Dark/Light theme switcher with React Context.

  • Used matchMedia to change theme based preferred user theme.

References