mehmeteyupoglu / movie-search-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Search App

This README contains the details of the movie search app and its core features.

About & Features

  • The Movie Search App retrieves data from The Movie DB
  • The movies retrieved are 1-page long and listed accordingly in the components.
  • You can list the movies in the "/popular-movies" path and type in the search bar and list the ones you are looking for.

Technical Details

  • The app is created with Ember JS and its offsprings. The installation and other necessary details to run the project is outlined below.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/mehmeteyupoglu/movie-search-app this repository
  • cd movie-search-app
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

About


Languages

Language:JavaScript 49.2%Language:CSS 28.1%Language:HTML 22.6%