Skip to content

🍿 Check out new new and popular movies on your phone. Built with Ionic and Vue.

Notifications You must be signed in to change notification settings

Aveek-Saha/MovieVue

Repository files navigation


Movie Vue

Check out new new and popular movies on your phone. Built with Ionic and Vue.

Usage

Demo

Download the APK and install it on your Android device

Features

  1. A slide out menu from where you can see the different movie lists, Now Playing, Popular, Upcoming, or Top Rated.
  2. Each movie will have a background image, the title, the average rating of the movie and the description.
  3. Infinite scroll, once you reach the end of the page, new content automatically loads.
  4. Swipe down on any page to refresh it.
  5. Show region specific movies.

Develop

Open a live development preview on localhost:8100

npm install -g @ionic/cli
cd MovieVue
npm i
ionic serve

Build

Create an Android build

ionic build
ionic cap add android

Open the project in Android Studio

ionic cap open android