zcam007 / IMDB-Movie-Search

IMDb Movie Search is a responsive React app that utilises ElasticSearch.js, loading data via The Movie Database (TMDb) API.

Home Page:https://xen-imdb.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMDB Movie Search React App

[Heroku]

IMDb Movie Search is a responsive React app that utilises ElasticSearch.js, loading data via The Movie Database (TMDb) API.

Demo

TMDb Movie Search - Live DEMO

Tools

Key tools used in this React project are:

Tool Description
React A JavaScript library for building user interfaces
Bootstrap Build responsive, mobile-first projects on the web with the world's most popular front-end component library
SASS Sass is the most mature, stable, and powerful professional grade CSS extension language in the world
Browserify Browserify lets you require('modules') in the browser by bundling up all of your dependencies
Babel Use next generation JavaScript, today
Gulp Gulp is a toolkit for automating painful or time-consuming tasks in your development workflow

Installation

node.js is required to get npm.

If you would like to download the code and try it for yourself:

  1. Clone the repo: https://github.com/zcam007/IMDB-Movie-Search.git
  2. cd IMDB-Movie-Search
  3. Install packages: npm install
  4. Build project and launch: npm start
  5. Open your browser at: http://localhost:3000

Browser Support

This project makes usage of the Fetch API, utilising a polyfill for older browsers.

  • Chrome 42+
  • Firefox 39+
  • Safari 10+ (with polyfill)
  • Internet Explorer 11+ (with polyfill)
  • Edge 14+

Node.js

Supports LTS version(v6).

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

ChandraMouli R

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

IMDb Movie Search is a responsive React app that utilises ElasticSearch.js, loading data via The Movie Database (TMDb) API.

https://xen-imdb.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 85.8%Language:HTML 9.3%Language:CSS 4.9%