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/"
- 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.
- 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
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
To get started with Flixtube, follow these steps:
- Clone the repository:git clone https://github.com/Snehagupta1907/flixtube.git
- Navigate to the project directory:cd flixtube
- Install the dependencies:npm i
This project is licensed under the MIT License.