/IMdb

Primary LanguageJavaScript

IMDb clone

This is a simple web application that allows users to search for movies using the OMDb API and add their favorite movies to a local storage-based favorites list. The app is built using vanilla JavaScript, HTML, and CSS.

Github link

Project live link :

https://mellifluous-cascaron-f582d5.netlify.app/

Features

Movie Search: Users can enter the name of a movie in the search box, and the app will fetch and display the movie details from the OMDb API.

Add to Favorite: Users can click on the "Add to Favorite" button to add a movie to their favorites list. The movie details are stored in the browser's local storage.

Remove from Favorite: If a movie is already added to the favorites list, the "Remove from Favorite" button allows users to remove it from the list.

Display Favorite Movies: When the page loads, the app displays the user's favorite movies stored in the local storage.

Modal Window: Clicking on the "Know more about this" button opens a modal window displaying more information about the movie, such as its genre, plot, rating, awards, and actors.

Getting Started

To run the app locally, follow these steps:

Clone the repository to your local machine.

Open the index.html file in your web browser.

The app will load, and you can start searching for movies and adding them to your favorites list.

Api used

OMDb API: The Open Movie Database (OMDb) API is used to fetch movie details based on the user's search input.

Contact

For any questions or feedback regarding this project, you can contact the project owner:

Name: Rishabh Shukla

Phone: 8433489789

Email: shuklarishabh890@gmail.com

Feel free to reach out with any inquiries or suggestions!