A site built through The MovieDB API, showing all the latest, most popular and upcoming movies through a lovely colourful UI. See all the actors, trailers, reviews and Similar movies all in one spot. Not seeing what you're looking for? Give the search a try!
A remake of the old site The Movie DBv1. Now focusing on better and more professional UI. Allowing the site to be more aligned with a real world complete application.
1 - npm install
2 - get your movieDB api key here - https://www.themoviedb.org/
3 - add a .env file to the root and store you api key in "REACT_APP_API_KEY"
2 - npm run start
3 - explore!A site built with React.js, SASS and The MovieDB API. State is managed with the Context API.