Skip to content

React app to fetch videos from YouTube, display it in a list and the hability to play the selected video.

Notifications You must be signed in to change notification settings

Jean-CS/react-videos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

React app to fetch videos from YouTube, display it in a list and the hability to play the selected video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published