Skip to content

youmeSon/youtube-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Clone

Youtube clone with React

Try to make a simple youtube page using Youtube API.

  • Default page - Search bar + List of most popular videos
  • Play page - Page of clicked video(youtube) + Information of video + list of most popular videos
  • Search result - Search bar + List of video
Outline
  1. About the project
  2. Process
  3. Structure
  4. Problem and solving
  5. What I learn
  6. Reference
  1. About the project

    ✅ Simply clone the youtube website and materialization some function.

    ✅ Using youtube API

  2. Process

    • Fetch the youtube api and bring most popular videos.
    • Make a search-bar to search videos through youtube API.
    • Go to the video details and play videos when clicked.
  3. Structure

Page Description
Default Page Default page
Most popular video web page
Search Default page
Search page
Search Default page
Video selected
  1. Problem and solving

    🥵 17/05/2022

    ❗ video detail page is not working!! ➡ Youtube don't use 'dislike count' anymore : so I removed it

    ✅ Done

    ❗ There are some weird blank background on the default page ➡ Add the background color to video_item information

    ✅ Done

  2. What I learn

    1. The way using youtube API.
    2. Differnet between Fetch and Axios.
    3. Function component in React.
    4. React - hide the key.
    5. Seperate network from components.
    6. Quota exceed situation
  3. Reference

    1. dream-coding
    2. React official website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors