A react js and MUI based YouTube clone which fetches data from the YouTube V3 API.
After forking and cloning, navigate to the repository in your command line and install the NPM packages:
npm install
Run the following script in your command line to run the application:
npm start
Once the server is running, go to http://localhost:3000
in your browser.