- This simple application shows how to use react to retrieve data from the Youtube Data API and then bring it into our application, search by query string params, use the search Bar to play videos using embed youtube.
- AXIOS (for Get the API)
- Semantic-ui (Styling the App)
-
Clone This Repo
-
if you have already installed react requirements like Node.js or else - npm install
-
Install axios Library
- npm install axios
- or npm install --save axios
-
run App - npm start