https://github.com/aveek-saha/movievue
🍿 Check out new new and popular movies on your phone. Built with Ionic and Vue.
https://github.com/aveek-saha/movievue
android android-app ionic ionic-vue ionic5 mobile-app tmdb-movie vue
Last synced: 3 months ago
JSON representation
🍿 Check out new new and popular movies on your phone. Built with Ionic and Vue.
- Host: GitHub
- URL: https://github.com/aveek-saha/movievue
- Owner: Aveek-Saha
- Created: 2021-05-23T10:46:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T13:53:57.000Z (about 4 years ago)
- Last Synced: 2025-02-15T20:24:39.032Z (4 months ago)
- Topics: android, android-app, ionic, ionic-vue, ionic5, mobile-app, tmdb-movie, vue
- Language: Vue
- Homepage:
- Size: 6.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Movie Vue![]()
![]()
![]()
![]()
![]()
Check out new new and popular movies on your phone. Built with Ionic and Vue.
# Usage

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.
1. Each movie will have a background image, the title, the average rating of the movie and the description.
1. Infinite scroll, once you reach the end of the page, new content automatically loads.
1. Swipe down on any page to refresh it.
1. Show region specific movies.### [Download](https://github.com/Aveek-Saha/MovieVue/releases)
# Develop
Open a live development preview on [`localhost:8100`](http://localhost:8100/)```sh
npm install -g @ionic/cli
cd MovieVue
npm i
ionic serve
```# Build
Create an Android build
```sh
ionic build
ionic cap add android
```Open the project in Android Studio
```sh
ionic cap open android
```