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.
- 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.
- React.js
- OMDb API
- Bootstrap
To run the project locally, follow these steps:
- Clone the repository.
git clone https://github.com/your_username/your_repository.git
- Navigate to the project directory.
cd your_repository
- Install the necessary dependencies.
npm install
- Start the development server.
npm start
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.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Michael Victor