Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 512 Bytes

This project makes use of the YouTube API for fetching videos based on a search term. It then display a list of videos the user can choose from and, when clicked, plays the selected video.

Topics covered

  • Fetching data from an API
  • Lifting state to App parent component (Setting the state for the prop selectedVideo through onVideoSelect function)

Libs

  • Axios
  • Semantic UI

API

  • YouTube

This project was bootstrapped with Create React App.