
📌 Overview
This project is a Movie App that utilizes the TMDB (The Movie Database) API to provide information about movies and TV series. It is built using Next.js with Material-UI for the user interface, and it also incorporates SASS and Tailwind CSS for styling.
Features
Users can search for movies and TV series.
The app allows users to explore different genres of movies.
Information such as movie title, release date, genre, and overview are displayed for each movie.
Technologies Used
Next.js
Material-UI
SASS
Tailwind CSS
TMDB API
Getting Started
Prerequisites
Before you begin, make sure you have the following installed:
Node.js
npm or yarn
Installation
Clone the repository to your local machine:
or
yarn install
npm run dev
or
yarn dev The app will be accessible at http://localhost:3000.