https://github.com/muhammadhasham23/youtube-player-react
Youtube Video Player On React JS.
https://github.com/muhammadhasham23/youtube-player-react
Last synced: over 1 year ago
JSON representation
Youtube Video Player On React JS.
- Host: GitHub
- URL: https://github.com/muhammadhasham23/youtube-player-react
- Owner: MuhammadHasham23
- License: mit
- Created: 2017-07-27T19:44:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T12:57:44.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T04:45:30.220Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# React Youtube Player
This react application acts like youtube.It has a search bar in which when the text is entered, it makes the video list to update
as the text is typed.The videos can be played and each one has a thumbnail as well.
## Getting Started
To get started simply navigate to the project directory and:
`npm install`
`npm run`
check localhost:8080.
### Prerequisites
The boilerplate has everything you just need to install Node.js.
```
Give examples
```
### Installing
A step by step series of examples that tell you have to get a development env running
Say what the step will be
```
Give the example
```

## Built With
* Youtube V3 Api
* NPM
* React.js
## Contributing
To make this project better please contribute.
## Authors
* **Mohammad Hasham**
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Special Thanks to Stephen Grider.
* Inspired from Stephen Grider.