Skip to content

Imshivam1/CloneOfIMDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloneOfIMDB

IMDb Clone Project

This is an IMDb clone project that allows users to search for movies, view movie details, and add their favorite movies to a list.

Table of Contents

Project Overview

This IMDb clone project is a simple web application that replicates some of the functionality of the IMDb website. It allows users to perform the following actions:

  • Search for movies using the search input field.
  • View a list of search results with movie posters.
  • Click on a movie poster to view detailed information about the movie.
  • Add movies to a list of favorite movies.
  • View and manage their list of favorite movies.

The project uses the OMDb API to fetch movie data based on user searches.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Fetch API for making API requests
  • Local Storage for storing favorite movies
  • FontAwesome for icons

Project Structure

The project consists of the following files and directories:

  • index.html: The main HTML file containing the structure of the web page.
  • styles.css: The CSS file containing styles for the web page.
  • script.js: The JavaScript file containing the logic for interacting with the OMDb API and managing favorite movies.
  • README.md: This README file.

How to Use

To use the IMDb Clone web application, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/Imshivam1/imdb-clone.git
    

Customization

You can customize the IMDb Clone project by making the following changes:

Background Image: Replace the background image URL in the CSS file (styles.css) with your preferred image. API Key: If you plan to deploy this project or use it extensively, consider obtaining your own API key from the OMDb API website and replace the apiKey variable in script.js with your key. Styling: Customize the CSS styles in styles.css to change the appearance of the web application according to your preferences.

Author Shivam Kumar Manjhi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published