A very humble search engine and YouTube video player, made with React.js
-
Install all dependencies
npm install
-
Run app
npm start
-
Create an API KEY, then create a key.js file inside the src folder, and write this:
const API_KEY = 'YOUR_PERSONAL_KEY';
- React.js
- Youtube API V3 Data
- Semantic UI
https://you-tube-videos-theta.vercel.app/
The idea was taken from Stephen Grider React.js course, then i tried to styled the app to make it more real like Youtube, so thanks to Stephen!