React App that uses TMDb API to display movie data

React-MovieCards

This project represents my first journey into creating a fully fleshed out and continuously developed React App.

Features

View upcoming movies that are not currently released, movies that are currently popular, or search for your own.

Quickly access relevent information like runtimes, ratings, release dates, and trailers.


Libraries and Technologies

  • Accesses The Movie Database (TMDb) API for movie related data
  • Uses React, including React Hooks
  • Uses Axios for data fetching, included in a custom React Hook
  • Uses React Router for routing
  • Styled with Styled Components
  • Uses icons from Styled Icons

GitHub