Skip to content

A movie search engine built using React and TypeScript. Fetches recommended titles from the "TMDb API".

Notifications You must be signed in to change notification settings

zeemeng/Movie-Search-Engine

Repository files navigation

Movie Search Engine

A movie search engine built using React and TypeScript.

It interfaces with a third-party API (The Movie Database API) to fetch a list of recommended movie titles based on the user's search queries.

Features

  • Instant Search
  • Fully Responsive

Live Demo

See a live demo of this application here.

Build and Deployement

For build and deployment instructions see file Create-React-App-README.md.

Environment Variables

The application is set up to make use of two environment variables:

  • REACT_APP_TMDB_API_KEY : The token required to make queries to The Movie DB API.
  • REACT_APP_PROXY_URL (optional) : The url of the proxy service responsible for redirecting search queries. If provided, queries are directed to this url instead of TMDB.

Attributions and Notices

"This product uses the TMDb API but is not endorsed or certified by TMDb."

This application interfaces with The Movie Database API. If you intend to use this application, please make sure to review TMDB's Terms of Use, API Terms of Use, and Privacy Policy.

About

A movie search engine built using React and TypeScript. Fetches recommended titles from the "TMDb API".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published