This project is a clone of IMDb, the popular online database of movies, TV shows, and celebrities. It features three main pages: the search page, movie detail page, and favorites page. The favorites functionality allows users to mark movies or TV shows as favorites for easy access later.
- Search: Users can search for movies and TV shows using keywords.
- Movie Detail: Detailed information about each movie or TV show, including ratings, cast, plot, and more.
- Favorites: Users can mark movies or TV shows as favorites for easy access later.
- Responsive Design: The interface is designed to be responsive, ensuring a seamless experience across different devices.
- Dynamic Content: The content is dynamically loaded and updated as users interact with the application.
- Cross-Browser Compatibility: Compatible with major modern web browsers.
- HTML: Structure of the web pages.
- Vanilla JavaScript: Core functionality and interactivity.
- Vanilla CSS: Styling and layout.
- OMDb API: Fetching movie and TV show data
To get started with using this project, follow these simple steps:
- Clone the Repository:
git clone https://github.com/harshavardhankonisa/imdbclone.git
Special thanks to the creators of the OMDb API for providing the data used in this project.