Welcome to MovieSearch Hub, a simple and intuitive web application that allows users to search for their favorite movies effortlessly. Powered by the Open Movie Database (OMDb) API, this React-based app provides a seamless movie search experience.
- Dynamic Search: Instantly find movies by typing in the search bar.
- Enter Key Support: Press Enter for a quick and responsive search experience.
- Explore Results: Browse through the list of relevant movies retrieved from OMDb API.
- Clean UI: A user-friendly interface for a hassle-free movie search.
- React: The front-end is built using the popular React library.
- OMDb API: Leveraging the Open Movie Database API for accurate and up-to-date movie information.
- Clone the repository.
- Install dependencies using npm install.
- Set up your OMDb API key in the .env file.
- Run the app with npm start.