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.
- Fetching data from an API
- Lifting state to App parent component (Setting the state for the prop
selectedVideo
throughonVideoSelect
function)
- Axios
- Semantic UI
- YouTube
This project was bootstrapped with Create React App.