Jul 22, 2024
youtube_clone and initialize a React app within it.SearchBar component to handle searching, auto-suggest, and navigate to the search results.Sidebar for category selection, changes category on button click.VideoCard and ChannelCard components.useParams to get the channel ID from the URL.ChannelCard component to create channel profile page.useParams.Videos component to display search results.useNavigate hook.useParams to get the video ID from the URL.fetchFromAPI utility to manage API calls with Axios._redirects file to handle SPA routing issues.