/MovieApp

built with react.js, fetching data from omdb api. the app allows users to search for movies and view their details.

Primary LanguageJavaScript

Movie Search App

A Movie Search App built using React.js, fetching data from the OMDb API, and styled with Bootstrap. The app allows users to search for movies and view their details.

Features

  • Users can search for movies using the search bar.
  • Movie details are displayed upon clicking on a particular movie.
  • Users can explore various movie details such as the plot, release date, director, writer, actors, and awards.

Technologies Used

  • React.js
  • OMDb API
  • Bootstrap

Installation

To run the project locally, follow these steps:

  1. Clone the repository.
   git clone https://github.com/your_username/your_repository.git
  1. Navigate to the project directory.
   cd your_repository
  1. Install the necessary dependencies.
   npm install
  1. Start the development server.
   npm start

API Usage

To use the OMDb API, you'll need to obtain an API key from OMDb API. Once you have the key, replace 'YOUR_API_KEY' in the code with your actual API key.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Michael Victor