Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

50 lines (25 loc) · 1.18 KB

HotStar Web App

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.

Key Features Implemented in this project:

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.

Features

  • Live previews
  • Fullscreen mode
  • Cross platform

Tech Stack

Client: React, TailwindCSS,

Server: Node, TMDB API

Live Preview of the Project

Link : https://decode-hotstar.netlify.app/

Installation [How to Run this Project]

Install Packages with npm

  npm install 
  

After installing npm run this command to run project

 npm run dev