/movie-info

A Vue based app for a simple movie search.

Primary LanguageVue

Movie Info

An simple movie search, built with Vue.js

Demo

Supported browsers

Supported on the latest version of the following browsers.

  • Safari for MacOS, iOS
  • Firefox for Windows, MacOS, Android
  • Google Chrome for Windows, MacOS, iOS, Android
  • Opera for Windows, MacOS,
  • Edge for Windows

Supported features

  • Auto-search (delayed key entry)
  • History state
  • Mobile responsive

Local development

Prerequisites: NPM, Node

npm i
npm run dev

The app will spin up at http://localhost:8080

Production deployment

npm i
npm run build

A copy of the production build will appear in /dist, ready for deployment.

Tech choices

  • Frontend: Vue (2.5.21)
  • Unit tests: Jest (Unfinished)
  • State management: Vuex
  • Styles: SCSS using Element-UI framework.