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

https://github.com/mguardarini/react-api-youtube

youtube-api - react - material-ui
https://github.com/mguardarini/react-api-youtube

material-design material-ui nodejs react reactjs youtube-api

Last synced: about 2 months ago
JSON representation

youtube-api - react - material-ui

Awesome Lists containing this project

README

        

# Youtube API + React + Material-ui

This is a simple example how can i use the Youtube API and React with Material-ui.

I think the best form to learn is using, in this case, in the next step you will understand how do you install all the tools you need.

### Directory Structure

```
├── /src/ # Source code of React
│ ├── /components/ # js files
│ ├── /style/ # CSS files
├── /test/ # Test helpers
```

### Getting Started

First of all, please, clone this repository with:

```
git clone https://github.com/mguardarini/react-api-youtube.git
```
After you clone this repository you need to install everything in the folder of project: "npm install", and next step is start the service for this use "npm start"

Now, open the browser and check this link: localhost:8080

## References

- [Material-ui](http://www.material-ui.com/#/)
- [Youtube-API](https://developers.google.com/youtube/v3/)
- [React](https://reactjs.org/)