Skip to content

Sherinpour/YouTube-Videos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube-Search-React-Hooks

A very humble search engine and YouTube video player, made with React.js

Capture

Installation

  • 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';
    

Built With

  • React.js
  • Youtube API V3 Data
  • Semantic UI

Visit live

https://you-tube-videos-theta.vercel.app/

Idea

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!