/movie-mood

Discover & explore the world of cinema powered by TMDB API. Your go-to platform for popular releases, movie details, ratings, and trailers.

Primary LanguageJavaScript

Movie Mood

Movie Mood is a ReactJS Web Application built on top of The Movie Database (TMDB) API.

It serves as a web-app that serves information for any movie. With plenty of features, you can fetch the API in many ways, to find Popular Movies, Highest Rated, Lowest Rated, Search by input etc... Finding the movie you'd like to know more about, and clicking on it's image or title results in giving you proper infos for that movie in specific. There's also a Suggested section, where you can suggest movies that aren't to be found in the database, or view movies suggested by others.

Links

To use the project:

Download the project as ZIP or Clone it via:

git clone https://github.com/altinthaqi/movie-mood.git

Pages:

  • /about
  • /movies
  • /movies/:id
  • /suggestions
  • /404

Features:

  • Mobile-First fully responsive 3 BP (Mobile, Tablet, Desktop)
  • Light/Dark mode implemented throughtout all pages
  • AXIOS API Consumption, Conditional Rendering Consumption, Query API Consumption
  • Sliders, Suggest Movies, etc...

Built With:

  • ReactJS
  • Styled Components