Skip to content

Rdx-coder/IMDB-CLONE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB-CLONE

Movie Search App

A web application for searching and managing favorite movies using the OMDB API.

Features

  • Search movies by title
  • Display search results with movie details
  • Add movies to favorites
  • Remove movies from favorites
  • View detailed information about each movie
  • Responsive design

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • OMDB API

Usage

  1. Clone the repository:

    git clone https://github.com/Rdx-coder/CN-Projetcs.git
    
  2. Open the index.html file in your web browser.

  3. Enter a movie title in the search input and press Enter or click the search button.

  4. The search results will be displayed below. Click on a movie to view more details.

  5. To add a movie to your favorites, click the "Add to Favorites" button.

  6. To remove a movie from your favorites, click the "Remove from Favorites" button on the favorites list.

  7. Enjoy searching and managing your favorite movies!

API Key

This application uses the OMDB API to retrieve movie data. To make API requests, you need to obtain an API key from the OMDB website. Once you have the API key, replace the apiKey variable in the script.js file with your own API key.

const apiKey = '';

Credits

OMDB API: https://www.omdbapi.com/

License

This project is licensed under the MIT License.

You can modify and customize this README.md file according to your specific project details, including adding installation instructions, deployment instructions, project structure, and any other relevant information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors