RicardoPBarbosa / youtube-app-react-js

Simple Youtube-like Application to search videos using Youtube API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube App

Simple Youtube-like Application to search videos using Youtube API

Praticing React with the Redux architecture and more advanced ES6 features

Screenshot

Config

You'll need to request an API Key and register your application, you can follow Google's instructions here. After you get your API Key, insert it in the file src/actions/videosActions.js line 4 and start the server.

Install

$ npm install

Usage

$ npm run server
$ localhost:8080

About

Simple Youtube-like Application to search videos using Youtube API


Languages

Language:JavaScript 65.5%Language:CSS 29.7%Language:HTML 4.8%