This project aims to replicate the user interface of Hotstar Website, A popular streaming platform, using the React.js library. By leveraging React's component-based architecture and state management, we can recreate the key features of Hotstar's web application.
Responsive Design: Implemented responsive layout to ensure an optimal viewing experience on various devices.
Content Grid: Create a grid layout to display a variety of content categories, including movies, TV shows, and live events.
Category Filters: Include filters to sort content by genres, languages, and other relevant categories.
User Profile: Implemented a user profile section where users can manage their preferences, watch history, and account settings.
- Live previews
- Fullscreen mode
- Cross platform
Client: React, TailwindCSS,
Server: Node, TMDB API
Link : https://decode-hotstar.netlify.app/
Install Packages with npm
npm install
After installing npm run this command to run project
npm run dev