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
- Host: GitHub
- URL: https://github.com/mguardarini/react-api-youtube
- Owner: mguardarini
- License: mit
- Created: 2018-04-24T17:57:27.000Z (about 7 years ago)
- Default Branch: developer
- Last Pushed: 2018-05-07T00:52:45.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T08:38:38.073Z (3 months ago)
- Topics: material-design, material-ui, nodejs, react, reactjs, youtube-api
- Language: JavaScript
- Homepage: https://github.com/mguardarini
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
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/)