A youtube clone. This app uses the youtube API to fetch videos.
- Search youtube videos.
- Play youtube videos
- React JS
- Install dependencies
npm install
- To run the app:
npm start
- Fork this repositry to your account.
- Clone your repository: git clone git@github.com:thecodingpoet/metube.git
- Create your feature branch: git checkout -b new-feature
- Commit your changes: git commit -m "did something"
- Push to the remote branch: git push origin new-feature
- Open a pull request.