# Assignment: Movie Search App ### Objective: ##### Build a movie search application using an API like OMDB API (https://www.omdbapi.com/). ### Requirements: - Use React.js and fetch movie data based on user input. - Display movie title, poster, and ratings. - Implement a search bar for searching movies. ### Bonus Points: - Add a favorites list where users can save movies. - Implement a loading spinner while fetching data.