Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 624 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 624 Bytes

A youtube clone built using react js. This project was bootstrapped with [Create React App]. To make it work similar to youtube I have used REST API to enable search functionality and display videos of different categories.

To make this work for you as it looks in the demo, you have to create an account on Rapid api and add your api key in the configuration file in place of 'YOUR_REST_API_KEY_HERE'.

To install the dependencies run ### npm install.

To view the application,

npm start

to run the app in the development mode.
Open https://localhost:3000 to view it in your browser.