The IMDb Mini Clone App is a web application that allows users to search for movies, view movie details, and manage a list of favorite movies. It provides a simple and user-friendly interface to explore movies and keep track of favorites.
- Home Page: Search for movies using the IMDb API and display search results with real-time updating suggestions.
- Movie Page: View detailed information about a selected movie, including its name, photo, plot, actors, etc.
- Page: Manage a list of favorite movies with the ability to remove movies from the list.
- Persistent Storage: Favorite movies list remains the same even after closing or refreshing the browser.
- HTML
- CSS
- JavaScript
- IMDb API
- Clone the repository: git clone https://github.com/JanardhanEJ/janardhanej1906-imdb-mini-clone-application-project.git
- Open index.html in your web browser.
- Use the search bar on the home page to search for movies.
- Click on a particular movie to view its details.
- Click the 'Add to Favorites' button to add a movie to your favorites list.
- Visit the 'Favorite' page to manage your list of favorite movies.
2 search movies in search box provided in the web page
for example: entering text RRR in search box.

All the values matching text will be displayed in search box list.
-
Click on the particular movie name for example: click on RRR movie from list, RRR Movie details will be displayed in another page: movie.html as below:

-
click on Add to favourites !! button; it shows movie is already added to favourite list as below:

-
delete the movie from favourite list; then that movie details will be deleted.
-
if no favourites movies in list; it will display the message like below:

Link: https://janardhanej.github.io/janardhanej1906-imdb-mini-clone-application-project/

