An open API service indexing awesome lists of open source software.

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.

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
```
![alt text](http://i.imgur.com/ncZCAhA.png)

## 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.