Skip to content

hmjk99/u_tube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U_tube

U-tube is a Youtube clone streaming application created by using Rapid API. The application renders the data from the API and lets users search channels and videos. The application was created using React and React-router. It is responsive and was styled using Material UI.

Features

  • Renders data fetched from the API successfully.
  • Active Nav Menu.
  • Allows users to search channels and videos.

Demo

Live link: https://utube-clone-app.vercel.app/

Alt Text

Run Locally

Clone the project

  git clone https://github.com/hmjk99/u_tube.git

Go to the project directory

  cd u_tube

Install dependencies

  npm install

Start the server

  npm run start