Deploy Link (https://flixview.vercel.app/)
A responsive movie and TV show streaming platform using React and Redux, allowing users to browse and stream a wide variety of entertainment content. Implemented a powerful search feature that enables users to easily find their desired movies and TV shows based on title, genre, and other parameters. Utilized React and Redux to efficiently manage state and deliver a seamless user experience.
FlixView Search Functionality (React, Redux, and API Integration): Created a robust search functionality within the FlixView website, leveraging React, Redux, and API integration. Enabled users to quickly search and discover movies and TV shows by implementing a comprehensive search engine that dynamically filters content based on user input. Effectively managed state using Redux, optimizing performance and ensuring real-time search results for an enhanced user experience.
Clone the project
git clone https://github.com/kartik800/FlixView.git
Go to the project directory
cd FlixView
Install dependencies
npm install
Start the server
npm run dev
Client: React, Redux
To run this project, you will need to add the following environment variables to your .env file
VITE_APP_TMDB_TOKEN=YOUR_IMDB_TOKEN