Youtube Clone

youtube-clone-react

React app that calls on the youtube API to display search results.

Technologies used: React, Material UI

This project was bootstrapped with Create React App.

Installation Instructions

  1. Fork this repository, clone to your local machine then change into the directory:
$ git clone git@github.com:davmcgregor/youtube-clone-react.git
$ cd youtube-clone-react
  1. Load dependencies and run the app for both the client and server directories:
$ npm install
$ npm start

Note that you have to get your own API key from here.