A simple and intuitive web application to search for movies and view detailed information about them, using the TMDB (The Movie Database) API.
- Search Movies: Search for any movie by name.
- View Movie Details: Click on a movie to view detailed information including cast, director, plot, genre, and IMDB rating.
- Responsive Design: The app is fully responsive and works across desktop, tablet, and mobile devices.
- React: For building the user interface.
- TMDB API: To fetch the movie details.
- Other libraries and tools include
react-router-dom
, React Icons, etc.
NOTE: Please create a .env file and add VITE_TMDB_API_KEY = "61ba334e8728a89f12e1c2f0efc08d79"
- Clone the Repository:
git clone https://github.com/yashcrest/React-Movie-Finder
cd React-Movie-Finder