RicardoPBarbosa / moviefinder-react-js

App where you search for movies, series & games using OMDb API. Learning the Flux architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Finder

App where you search for movies, series & games using OMDb API.

Screenshot

(Learning the Flux architecture)

Config

The OMDb API requires a free key for testing that allows a maximum of 1,000 daily requests.

You can get your key here.

After you fill your info you will need to confirm your email and click on a link to activate the key and after that you got your key ready to use.

Now you need to go into src/js/utils/AppAPI.js and add the key in line 5.

Install

$ npm install

Usage

$ gulp
run dist/index.html

About

App where you search for movies, series & games using OMDb API. Learning the Flux architecture.


Languages

Language:JavaScript 65.9%Language:CSS 30.0%Language:HTML 4.0%