MovieFlix is a web application that allows users to search for movies and view their details. It provides a user-friendly interface for searching and exploring movies, retrieving information such as movie titles, ratings, release dates, languages, and more.
-
Search Movies: Users can search for movies by entering the movie title in the search bar. The application retrieves movie details from the OMDB API and displays the results.
-
Movie Details: Clicking on a movie card displays a modal with detailed information about the movie, including the movie poster, title, rating, release date, runtime, genre, director, writer, actors, and plot.
-
Favorites: Users can mark movies as favorites by clicking on the heart icon on the movie card. The favorite movies are stored in the browser's local storage, allowing users to easily access and manage their favorite movies.
-
Responsive Design: The application is designed to be responsive, ensuring a seamless experience across different devices and screen sizes.
- HTML
- CSS
- JavaScript
- OMDB API
- Clone the repository:
git clone https://github.com/your-username/MovieFlix.git
- Open the project in a web browser.
- Enter a movie title in the search bar and press Enter or click the search button.
- View the search results and click on a movie card to see more details.
- Mark movies as favorites by clicking on the heart icon.
- Enjoy exploring movies and managing your favorite collection!
Include a few screenshots showcasing the application's interface and functionality. You can add them directly to the README or create a separate "Screenshots" folder in the project repository.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License.