CineSeek is a web application that allows users to search for movies and view detailed information about them, including descriptions, ratings, release dates, and more.
- Movie Search: Search for any movie by title.
- Movie Details: View comprehensive details such as plot, genre, cast, release date, and ratings.
- Responsive Design: Optimized for both mobile and desktop viewing.
- API Integration: Data is fetched from a movie database API.
- Frontend: React.js
- API: [Your API source here, e.g., OMDb API or TMDb API]
- Deployment: Vercel
- Visit the deployed app: CineSeek
- Enter the name of the movie in the search bar.
- Browse the results and click on a movie to see more details.
To run the project locally:
-
Clone the repository:
git clone https://github.com/yourusername/cine-seek.git cd cine-seek