In the Part 1 of this, we worked on setting up our React project, getting the API key from YouTube Data API v3 and also creating the Header and the SideBar component. In this part, we will work on creating the RecommendedVideos page which will get the most popular videos from the API and render it. Let’s get started

Image for post

Search page of our Youtube clone

Below is the list of the parts in order to build this YouTube clone:

  • Part 1 — Getting the API Key and Building the SideBar & Header
  • Part 2 — Building the Recommended Videos page (This one)
  • Part 2 — Building the Search Page (Coming Soon)
  • Part 3 — Building the Video Player Page (Coming Soon)

If you don’t like reading and are interested in the source code, scroll to the end of the story.

_Note: _The tutorial assumes you have basic knowledge of JavaScript and React.

#javascript #react #design #web-development

How to Build a YouTube Clone with React - Part 2
6.15 GEEK