Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.01 KB

Movie Info App

A simple and intuitive web application to search for movies and view detailed information about them, using the TMDB (The Movie Database) API.

Movie-Finder

Features:

  1. Search Movies: Search for any movie by name.
  2. View Movie Details: Click on a movie to view detailed information including cast, director, plot, genre, and IMDB rating.
  3. Responsive Design: The app is fully responsive and works across desktop, tablet, and mobile devices.

Technologies Used:

  • React: For building the user interface.
  • TMDB API: To fetch the movie details.
  • Other libraries and tools include react-router-dom, React Icons, etc.

To Clone the project locally:

NOTE: Please create a .env file and add VITE_TMDB_API_KEY = "61ba334e8728a89f12e1c2f0efc08d79"

  1. Clone the Repository:
git clone https://github.com/yashcrest/React-Movie-Finder
cd React-Movie-Finder