📽️ moviesSearch – React Movie Finder App
Description: moviesSearch is a React-based web app that allows users to search for movies using a public API. As the user types in the search bar, the app fetches real-time results and displays movie posters, titles, and release years in a clean, responsive layout.
Key Features: Real-time search with debounce handling Uses OMDb API (or similar) to fetch movie data Responsive card-based UI using modern CSS Handles loading and error states gracefully.