/youtube-lite

It's a Youtube clone app, where you can search for videos and play them.

Primary LanguageJavaScript

Developement still in progress...

install dependencies with npm install

to run the app, use npm start

Before running the app, make sure you have a .env file in the root directory with the following variables:

REACT_APP_GOOGLE_API_KEY

and set it to your Google API key.

The app will not run without this variable.


PS: I'm not very good at CSS, so if you have any suggestions, pull requests are welcome.