https://github.com/danielcarlosce/ionic-movies
Ionic application that consumes themoviedb API
https://github.com/danielcarlosce/ionic-movies
Last synced: over 1 year ago
JSON representation
Ionic application that consumes themoviedb API
- Host: GitHub
- URL: https://github.com/danielcarlosce/ionic-movies
- Owner: danielCarlosCE
- Created: 2016-05-27T20:34:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T12:08:47.000Z (about 10 years ago)
- Last Synced: 2025-03-28T17:57:32.458Z (over 1 year ago)
- Language: JavaScript
- Size: 2.95 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Application that consumes themoviedb.org API.*
# About the project
It was written using Ionic framework. It is mostly an study project but it is a great reference for future projects using that framework. One of the main goals was write reusable, testable and maintainable code adopting DRY concept as much as possible.
# Dependencies
It uses *npm* and *bower* as its main package managers. For cordova pluggins, a `cordova prepare` command should do the work, but if not, the project is using only `cordova-plugin-x-socialsharing` plugin so far.
# Features
* Popular Movies
* Upcoming Movies
* Search Movies
* Movie Details
* Share Movie with Facebook
* Popular People
* Search People
* Person Details
#Demo
[Video Demo](https://www.dropbox.com/s/5cphi1eh1okylbf/Ionic%20Movies.mp4?dl=0)