Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube clone app using React

  • Use Axios library to fetch data from Youtube-API.
  • useState and useEffect hooks are used to grab, store and maintain data.
  • Users can search for any terms in the search bar and 10 most relevant results will display.
  • Users can click on any one of the results to play the video.
  • Users have an option to play a video on repeat.