Movie Land is a React application designed to facilitate movie discovery using the OMDb API. It allows users to search for movies based on titles and provides detailed information about the retrieved results.
https://reactjs-movie-land.netlify.app
- Search Movies: Users can input movie titles to search for relevant information.
- Dynamic Display: Movies are dynamically displayed in a responsive grid layout.
- User-Friendly Interface: The interface is designed for simplicity and ease of use.
- Feedback for Empty Results: Informs users when no movies are found for a particular search.
- React: Frontend development and state management.
- OMDb API: Movie data retrieval.
- CSS (with CSS Modules): Styling for a visually appealing interface.
- Clone the repository.
- Install dependencies using
npm install
. - Obtain an API key from OMDb API and replace the placeholder in the
API_URL
constant inApp.js
. - Run the app using
npm start
.
- Enter a movie title in the search bar.
- Click the search icon or press Enter to retrieve movie details.
- Explore the displayed movies and enjoy discovering new films.
Feel free to contribute to the project or provide feedback. Happy movie browsing!