A TMDB client build with Next.js 14
The “movies” web app is a TMDB client built with Next.js, a React framework for server-side rendered and static websites. It allows users to search for movies, TV shows, or people by title, view details such as overview, release date, and average rating, watch trailers, and browse through popular, top-rated, upcoming, and currently playing movies. The app utilizes Tailwind CSS for custom design and The Movie Database API for accessing a vast collection of movie and TV show data.
To install the “movies” web app, follow these steps:
git clone <repository_url>
npm install
npm run dev
The “movies” web app is a user-friendly platform built with Next.js, offering a seamless experience for searching, viewing details, and watching trailers of movies and TV shows. With a responsive design and utilization of modern technologies like Tailwind CSS and The Movie Database API, this app provides an engaging way to interact with entertainment content. Contributions are encouraged, making it an open source project under the MIT License.