SMART IPTV PRO WEB Documentation
  • Introduction
  • Quick Start Guide
    • Prerequisites
    • Download the Project
    • Install Dependencies
    • Start the Development Server
    • Build for Production (Optional)
    • Edit the Project
  • Customizing the Project
    • Changing Icons
    • Changing Text
    • Changing Colors
  • Building the Project
  • Uploading the Project to Hosting
Powered by GitBook
On this page

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.

NextQuick Start Guide

Last updated 6 months ago