Introduction
SMART IPTV PRO WEB is a web application built using React.js, designed to interact with the Xtreme IPTV API for streaming and managing IPTV services. The project is focused on ease of use, high perfor
Libraries and Dependencies
The following libraries and dependencies are used to build and run the project:
@tanstack/react-query – For efficient data fetching and caching.
axios – To handle HTTP requests and interact with the IPTV API.
flowbite-react – For UI components with Tailwind CSS integration.
hls.js – To stream HLS (HTTP Live Streaming) media content.
plyr – A lightweight, accessible, and customizable media player.
react – Core library for building the web interface.
react-dom – To manage DOM rendering.
react-router-dom – For routing between different pages of the app.
Last updated