Movie App React is a web application built using the React JavaScript library that allows users to search for movies using the OMDb API and view information about the movies.
- Search for movies by title
- View movie details including title, year, poster, plot, and ratings
- Responsive design for optimal viewing on different screen sizes
A live demo of the application is available at movielandv2.netlify.app
- React
- OMDb API
- CSS
To install and run this application on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/KaranChandekar/movie-app-react.git
- Navigate to the project directory:
cd movie-app-react
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the application in your web browser at
http://localhost:3000
Contributions to this project are welcome. To contribute, follow these steps:
- Fork the repository
- Create a new branch for your feature:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push your changes to the branch:
git push origin feature/your-feature
- Create a pull request
This project is licensed under the MIT License. See the LICENSE
file for more information.