Skip to content

Movie Land is a React app that leverages the OMDb API to search for movies. Users can enter a title, and the app displays relevant movie details. The intuitive interface ensures a seamless movie discovery experience.

Notifications You must be signed in to change notification settings

SwayamBadhe/MovieLand-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Land

Overview

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.

Deployed APP

https://reactjs-movie-land.netlify.app

Features

  • 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.

Technologies Used

  • React: Frontend development and state management.
  • OMDb API: Movie data retrieval.
  • CSS (with CSS Modules): Styling for a visually appealing interface.

Getting Started

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Obtain an API key from OMDb API and replace the placeholder in the API_URL constant in App.js.
  4. Run the app using npm start.

Usage

  1. Enter a movie title in the search bar.
  2. Click the search icon or press Enter to retrieve movie details.
  3. Explore the displayed movies and enjoy discovering new films.

Feel free to contribute to the project or provide feedback. Happy movie browsing!

About

Movie Land is a React app that leverages the OMDb API to search for movies. Users can enter a title, and the app displays relevant movie details. The intuitive interface ensures a seamless movie discovery experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published