/tube-fx

Tube-Fx | Simple YouTube clone using Rapid Api

Primary LanguageJavaScript

Tube-Fx | YouTube clone using rapid api | A react app.

Tech & Tools used:

  • React js
  • React-router-dom
  • React-player
  • Material Ui
  • Rapid Api

Features of Tube Fx

  • Real time video feed
  • Channel details
  • Video player
  • Search any video/ channel
  • Responsive design
  • Different dynamic catagories
  • Theme change (Dark/Light)
  • Total theming change including primary color also possible.

Multi Paged Web App

This app contains pages like:

  • Feed page
  • Channel page
  • Video details page Various information related to video are showcased manually.

Netlify Status

Snapshot

Tube-FX

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_RAPIDAPI_KEY

REACT_APP_RAPIDAPI_HOST

Run Locally

Clone the project

  git clone https://github.com/shz-code/tube-fx.git

Go to the project directory

  cd tube-fx

Install dependencies

  npm install

Start the server

  npm start

Acknowledgements