Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RaphiHeer/MobPro_MovieApp
https://github.com/RaphiHeer/MobPro_MovieApp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/RaphiHeer/MobPro_MovieApp
- Owner: RaphiHeer
- Created: 2019-04-07T09:28:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T21:58:52.000Z (over 5 years ago)
- Last Synced: 2024-06-25T03:33:11.341Z (5 months ago)
- Language: TypeScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hslu - RaphiHeer/MobPro_MovieApp - Ionic excercise (HSLU Modules / MOBPRO)
README
# MovieApp with Ionic
This project was created for education purposes.
I used following tutorial as help for the developement (thx to the writer):
https://ionicacademy.com/ionic-4-app-api-calls/## How did I set up this app?
Easy peasy lemon squeeze. Create the app with this command:
```
ionic start MovieApp sidemenu
```The I jumped inside the project and created some pages with following commands:
```
ionic g page search
ionic g page native
ionic g page movieDetails
ionic g page favorites
ionic g service services/movie
```Create html-pages and page-scripts according to the excercise and this git-repo.
The other functions from the excercise are still pending.