A client-side web application that integrates with the OMDB API to display and manage a dynamic list of movies. Built using vanilla JavaScript, it demonstrates API consumption, DOM manipulation, and search functionalities. Users can search for movies by title, view detailed information such as release year, genre, and plot, and maintain a list of favorite movies. This project serves as a learning exercise for working with third-party APIs and building interactive UIs without a frontend framework.