piyush-gangrade / Movie-Watchlist

A movie website built with HTML, CSS, and JavaScript that allows users to search for movies via the OMDB API and save favorites to local storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Search Website

A movie website built with HTML, CSS, and JavaScript that allows users to search for movies using the OMDB API. The site displays movie details and allows users to save their favorite movies to local storage for easy access.

Features

  • Movie Search: Search for movies by title using the OMDB API.
  • Movie Details: View detailed information about each movie, including title, year, genre, and ratings.
  • Favorites: Save your favorite movies to local storage for easy access later.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • API: OMDB API for fetching movie data

Installation

  1. Clone the repository:

    git clone https://github.com/piyush-gangrade/Movie-Watchlist.git
    cd Movie-Watchlist
  2. Open index.html in your web browser.

Usage

  1. Search for Movies: Enter a movie title in the search bar and press Enter.
  2. View Movie Details: Click on a movie from the search results to view its details.
  3. Save Favorites: Click the "Save" button to add a movie to your favorites. Your saved movies will be accessible on page reload.

Enjoy exploring your favorite movies!

About

A movie website built with HTML, CSS, and JavaScript that allows users to search for movies via the OMDB API and save favorites to local storage.


Languages

Language:HTML 47.0%Language:JavaScript 30.9%Language:CSS 22.1%