https://github.com/danielkov/randtube
React App to watch random videos from YouTube.
https://github.com/danielkov/randtube
Last synced: 10 months ago
JSON representation
React App to watch random videos from YouTube.
- Host: GitHub
- URL: https://github.com/danielkov/randtube
- Owner: danielkov
- Created: 2017-04-23T19:15:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T13:08:49.000Z (about 9 years ago)
- Last Synced: 2025-07-11T16:53:48.861Z (11 months ago)
- Language: JavaScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
# Get the App
```sh
git clone
```
# Run the App
```sh
npm install && npm start
```
This will install all dependencies and start CRA.
For other options, see the docs for Create React App.
## Description
This is an MVP (minimal viable product) for a React-based random YouTube video viewer. In it, you can see how to scale a Video component with the viewport and how to get a random YouTube video with a very simple solution.