Movies Search App 🎥
A featured movie search application built with React, integrated with the OMDB API. The app allows users to search for movies, view detailed information, and manage a list of favorites.
Project Overview
This application lets users:
- Search for movies by title or keyword.
- View detailed information for each movie, including the poster, title, release year, genre, plot summary, ratings, and cast.
- Filter search results based on movie type (e.g., movie, series, episode) using the OMDB API’s filtering functionality.
- Add and manage a list of favorite movies.
- Navigate between pages using React Router.
Deployed App:
Movie Search App
Tech Stack
- React.js: Main framework used to build the app.
- React Router: For navigating between the search page and movie details page.
- OMDB API: Fetches movie data and details.
- Tailwind CSS: For styling the user interface.
- JavaScript: For implementing the app's functionality and API calls.
- Redux: For managing the application's state.