Description: Using Google Youtube Search API, it's a React App just like Youtube. It has a search input and based on the search query, shows results. There is be a single selected Item with the Video Player on the left side, just like youtube.
Installation instructions:
- Clone the repo
- Install node_modules by running
npm install
- Run server by using command
npm start
Testing instructions:
- Enter keywords in the search bar
- Video List on the right will be updated
- The first video will be loaded into the Youtube video player
- Click any video on the right to load it into Youtube video player