What is our website about?
This is a web application that allows users to explore the most popular movies currently trending in cinemas and on streaming platforms. The website pulls real-time data from a popular movie database called TMDB (The Movie Database) to show the user the trending movies. There's additional information details like the title, release date, review, poster, and a short description.
What API did we use?
We used the TMDB API and built our own database that has user's first and last name, location, and favorite movie. We also showcase the data that we collect and show other users favorite movie and where they are from.
Feature
display trending movies with additional details
Real-time data fetched from movie API
Filter movies by popularity and rating
User-friendly interface with a simple design
Frontend
HTML, CSS, JavaScript, React
Backend
node.js and Express