CineScope is a comprehensive and modern movie and TV show exploration platform. With a clean and intuitive interface, users can search, browse, and discover trending, popular, and top-rated content with ease. CineScope enhances the movie-watching experience by providing detailed information, trailers, and recommendations.
Live Demo:- https://cine-scope-224eq2pxy-joshuabvargheses-projects.vercel.app
- Search Functionality: Quickly search for any movie or TV show and view results in an aesthetically pleasing interface.
- Trending Content: View the latest trending movies and TV shows.
- Category Browsing: Explore popular and top-rated movies and TV shows.
- Detailed Information: Access in-depth details about a specific movie or TV show, including ratings, cast, and descriptions.
- Trailers and Videos: Watch official trailers through a video popup on the details page.
- Recommendations: Discover similar movies and TV shows on the details page.
- Genre and Sorting Filters: Filter movies by genres and sort them based on preferences on the explore page.
- Frontend: React, React Redux
- API: The Movie Database (TMDb) API
- Icons: React Icons
- Build Tool: Vite
- Styling: SCSS
To run this project locally:
- Clone the repository:
git clone <https://github.com/joshuabvarghese/CineScope.git>
- Install dependencies:
npm install
- Start the development server:
npm run dev