This is a simple Movie Search App built with React. It allows users to search for movies using the OMDb API and view details about each movie. Users can also add their favorite movies to a favorites list.
- React
- axios
- CSS
- Search movies by title.
- View movie details including title, year, actors, IMDb rating, and plot.
- Responsive design.
- Add movies to the favorites list.
- Remove movies from the favorites list.
- Clone the repository:
git clone https://github.com/bobackursat99/movie-search-app.git
- Navigate to the project directory:
cd movie-search-app
- Install the dependencies:
npm install
- Run program:
npm start
I have deployed the project using Netlify. https://bobackursat-internship-task.netlify.app/