Skip to content

gseals/youtube-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App following this tutorial.

YouTube Clone Version 1

Description

  • This application pulls data from the YouTube API and, based on the code written, returns the top 5 results from the query. The code also allows an initial query to be returned in the ComponentDidMount and that result is set to 'nashville software school.'

Demo Link

Technologies Used

Screenshots

Landing Page

Landing Page

New Search Results

New Search Results

How to Run

Contributors

Gabriel Seals

Notes

  • Review: another FANTASTIC tutorial.

  • The first result of the array that returns is the channel on youtube and the channel is not a video so it does not play. I worked around this issue by creating an empty array, using a for loop over the original response from youtube and, for each item whose id.kind was not youtube#channel, I pushed that into a new array and then setState to that new array. JS for the win!

About

This application pulls data from the YouTube API and, based on the code written, returns the top 5 results from the query. The code also allows an initial query to be returned in the ComponentDidMount and that result is set to 'nashville software school.'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors