Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 441 Bytes

MovieFinder

A react app (with the flux architecture) which helps you find movies using omdbapi.com API

Prerequisites

  • gulp pre-installed

Getting Started

The easiest way to get started is to clone the repository:

git clone https://github.com/manan057/MovieFinder.git

# Change directory
cd MovieFinder

# Install NPM dependencies
npm install

# Run gulp
gulp

Using the app

  • Go to dist folder and open index.html