Skip to content

varunreddyGOPU/youtube-react-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube clone

To run the project

1. Clone this project

git clone https://github.com/siddharthInterviewbit/youtube-react-clone.git

2. Install dependencies of project

If you are using yarn then run yarn install to install dependencies

If you are using npm then run npm install to install dependencies

3. Create secrets.json

secrets.json holds some configuration that is needed for your app to run. Create a new file secrets.json and add this content to it after replacing the placeholders with appropriate values

{
  "TMDB_API_KEY": "GET-YOUR-KEY-FROM-TMDB-AND-ADD-HERE"
}

About

Made for class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • SCSS 26.8%
  • HTML 8.6%