Jul 22, 2024
npm create vite@latestyoutube-clonenpm install react-router-dom momentapp.jsx, delete app.css, and clear index.cssindex.html to YouTube Clonereact.svg from the assets foldersrc:
pages: Contains Home and Video Player pagescomponents: Contains Navbar, Sidebar, Feed, and PlayVideo componentshome.jsx and home.cssvideo.jsx and video.cssmain.jsx and app.jsx
BrowserRouter and Routes to define Home and Video Player routesdata.js to store the YouTube Data API keyfeed.jsx using the API URL and convert data into desired format