Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.36 KB

FlixTube

Video Streaming platform built using ReactJS, RapidAPI, and Material-UI (MUI). This project aims to replicate some of the core functionalities of YouTube, allowing users to search and watch videos.

Deployed using Netlify:-"https://flixtube19.netlify.app/"

Features

  • User-friendly interface resembling YouTube's design.
  • Video search functionality using the YouTube Data API from RapidAPI.
  • Displaying search results with thumbnails and basic video information.
  • Playing selected videos in an embedded video player.
  • Responsive design with Material-UI components.

Technologies Used

  • ReactJS: A JavaScript library for building user interfaces.
  • RapidAPI: A platform that provides access to various APIs, including the YouTube Data API.
  • Material-UI (MUI): A popular React UI framework that provides pre-built components and styling

Prerequisites

Before running the Flixtube application, make sure you have the following installed:

  • Node.js: You can download and install Node.js from the official website: https://nodejs.org

Getting Started

To get started with Flixtube, follow these steps:

  1. Clone the repository:git clone https://github.com/Snehagupta1907/flixtube.git
  2. Navigate to the project directory:cd flixtube
  3. Install the dependencies:npm i

License

This project is licensed under the MIT License.