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.
- 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.
- Frontend: HTML, CSS, JavaScript
- API: OMDB API for fetching movie data
-
Clone the repository:
git clone https://github.com/piyush-gangrade/Movie-Watchlist.git cd Movie-Watchlist
-
Open
index.html
in your web browser.
- Search for Movies: Enter a movie title in the search bar and press Enter.
- View Movie Details: Click on a movie from the search results to view its details.
- 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!