# Introduction

**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.
