This repository contains a Movie Search application built using JavaScript. The application allows users to search for movies, view movie details, and add movies to their watchlist.
The Movie Search application is a web-based tool that utilizes the OMDB API to retrieve movie data. Users can search for movies by title and view information such as the movie poster, runtime, genre, and IMDB rating. They can also add movies to their watchlist for future reference.
- Search for movies by title
- Display movie details including the poster, runtime, genre, and IMDB rating
- Add movies to the watchlist
- Remove movies from the watchlist
- Read More feature to expand movie plots
To run the Movie Search application locally, follow these steps:
- Clone the repository:
git clone https://github.com/huseyinkaplan00/movieWatchList
- Navigate to the project directory:
cd movieWatchList
- Open the index.html file in your web browser.
- Enter a movie title in the search input field.
- Click the search button to retrieve movie data from the OMDB API.
- The search results will be displayed in the main container. Click on a movie to view its details.
- To add a movie to your watchlist, click the "Watchlist" button.
- To remove a movie from your watchlist, click the "Remove" button in the watchlist section.
Contributions to the Movie Search application are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.