Movie Search - Copy this React, Tailwind Component to your project
Create a single page movie search app with a cohesive, streamlined design featuring a fixed header and navigation bar at the top for quick access to search functionality and popular movie summaries. The main section will display search results in a dynamic grid or list format, showing movie posters and brief details. Clicking on a movie card will trigger a modal style popup that overlays the search results, providing in depth movie details such as ratings, reviews, and trailers, while allowing users to close the popup and return to the search results seamlessly. Utilize React for building the app, Axios for API requests to fetch movie data, and CSS for a responsive, visually appealing interface. The app should ensure a smooth and engaging user experience, with all essential features accessible from a single, well organized page.
