A youtube clone (web version) built with react, redux-saga, reselect and youtube api v3.
View Demo.
An attempt at recreating the web version of youtube.
To get a local copy up and running, follow these simple steps.
- npm
- google developer account
- Clone the repo
git clone https://github.com/TheDrizzyWay/drizzytube-react.git- Install NPM packages
npm install- Create a
.envfile in the root directory following the format in the.env.samplefile provided. - Get a youtube api key and include it in the created file.
Distributed under the MIT License. See LICENSE for more information.