Skip to content

luchkonikita/movies

Repository files navigation

Movie Discovery App

This is a UI build on top of TMDB API using React.js and Next.js.

Deployment with Vercel

  • Configure a new API token on TMDB.
  • Configure a new Vercel project.
  • Set TMDB_API_TOKEN env variable in their interface.

Links

TODO

  • Add more tests.
  • [*] Handle errors and send proper responses.
  • [*] Add metadata.
  • Implement some filtering.
  • Add favicon.
  • Handle the lack of cover image or description.
  • Add TMDB attribution.