A react app which uses Youtube Data API to show and play searched youtube videos. In order to run the app on your local server,
- Install nodejs on your PC.
- Create a react app. (cmd-> npx create-react-app {app name})
- Clone the "src" folder and json files to the created react folder.
- In your terminal, navigate to the saved directory.
- Install all the required dependencies. (cmd->npm install)
- Run the app at localhost:3000 (cmd->npm start)