IMDb Clone with TMDb API ||| Live Demo
Welcome to the IMDb Clone project! This is a web application that allows users to browse and explore movies and TV shows using the TMDb (The Movie Database) API. The project is built using Next.js for server-side rendering, and Tailwind CSS for styling, resulting in a sleek and responsive user interface.
-
Movie and TV Show Listings: Browse through a vast collection of movies and TV shows fetched from the TMDb API.
-
Detailed Information: Access detailed information about movies and TV shows, including overviews, ratings, cast, crew, and more.
-
Responsive Design: Enjoy a seamless experience across various devices thanks to the responsive design powered by Tailwind CSS.
-
Server-Side Rendering: Benefit from fast loading times and improved SEO with Next.js' server-side rendering capabilities.
- Frontend: Next.js, Tailwind CSS
- API: TMDb API (The Movie Database API)
Follow these steps to get the project up and running on your local machine:
- Clone the repository:
git clone https://github.com/akankha/amdb.git - Navigate to the project directory:
cd amdb - Install dependencies:
npm install - Create a
.env.localfile in the root directory and add your TMDb API key:API_KEY=your_api_key_here - Run the development server:
npm run dev - Open your browser and go to:
http://localhost:3000
Contributions to the project are welcome! If you'd like to add new features, fix bugs, or enhance the user interface, feel free to fork the repository and submit a pull request.
-
This project utilizes the TMDb API to provide movie and TV show data. Special thanks to TMDb for their amazing API.
-
The project UI is built using Tailwind CSS, which simplifies styling and ensures a responsive design.
Feel free to explore the IMDb Clone and start discovering your favorite movies and TV shows in a whole new way. If you have any questions or suggestions, don't hesitate to reach out!
