A simple React application that allows users to search for movies using the TMDB (The Movie Database) API. The application displays movie details such as the title, poster, cast, director, and plot.
You can view the live demo of the app at React Movie Search Live.
- Search for movies by title
- Display movie details including:
- Movie poster
- Director
- Cast
- Plot
- Responsive design using Tailwind CSS
- Environment variable configuration for secure API key management
- React
- TMDB API
- Tailwind CSS
- Vercel for deployment
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/nitheeshdr/react-moive-search.git
-
To Start:
npm start