A web application for film buffs to get anything movie and tv related!
This app uses data from The Movie Database API to build a UI that displays the data.
Users can view movies currently playing in theaters and daily or weekly trending movies.
On a movie page, users can view the movie details, cast of the movie, and similar movies.
Users can play the movie's trailer.
Users can navigate to an actor or a similar movie.
Users can view the actor's biography, details about the actor, what works they're known for, and a full list of their works.
Users can sort an actor's works by all, movies, or tv.
Users can navigate to one of an actor's most known works or to their social media.
Users can view the movies, tv, and actors related to the entered search.
The purpose of this project was to teach myself about React development with using API data as the main focus. Using API data, I learned a lot about how to manipulate the data into display what I wanted to be displayed in the UI.
- React.js
- Javascript
- CSS
- HTML
- React Router