A YouTube Clone in React
This is a clone of YouTube's basic functionality written in React. This app is not currently hosted anywhere - it was written to practice manipulating data from external APIs and sending data from child components upstream to the parent.
If you would like to use this app, please go sign up for a Youtube API key by following the instructions here. Then, create a .env file in the app's route directory and add the line KEY="your-api-key-here"