React + TMDB

Movie App

Pokemon App Image

This React movie search app fetches data from The Movie Database API and allows users to search for any movie they would like. The results are rendered below the search component in a card component that looks great on all screen sizes. I used functional components as well as the UseState hook to hold state. The input from the user is asigned to the "query" variable and added to the fetch url dynamically using template literals.

See Demo