An open API service indexing awesome lists of open source software.

https://github.com/jeroenouw/angularionic

Angular Ionic mobile application with REST API
https://github.com/jeroenouw/angularionic

angular github-api ionic ionic-cordova ionic-framework mobile-app ngx observable rest-api rxjs scss typescript

Last synced: 7 months ago
JSON representation

Angular Ionic mobile application with REST API

Awesome Lists containing this project

README

          

[![demolive](https://img.shields.io/badge/demo-live-green.svg)](http://angularionic.jerouw.nl/)
[![license](https://img.shields.io/npm/l/express.svg)](https://github.com/jeroenouw/AngularIonic/blob/master/LICENSE/)

![logo](https://jerouw.nl/wp-content/uploads/2017/07/angularionic.png "Logo")

# Angular Ionic mobile application

[Angular](https://angular.io) [Ionic](http://ionicframework.com/) mobile application with REST API and observables to get information from the Github API.
This project is just for my portfolio and also still in progress.

## [Live demo](http://angularionic.jerouw.nl)
![example](https://jerouw.nl/wp-content/uploads/2017/07/ionicapplication.png "Example")

## Quick start
First clone this repo: `git clone https://github.com/jeroenouw/AngularIonic.git`.
Change directory to this project
Run `npm install -g cordova ionic` to install the CLI globally.
Run `npm install` to install all the dependencies.
Run `ionic serve` or `ionic serve -l` to run this project.
Navigate to `http://localhost:8100/`. The app will automatically reload/build if you change any of the source files.

The build can be found in the `www` folder.

## Including in this project:
* Angular 4
* Ionic 3
* Home page
* Users page
* Repos page
* Organisations page
* Events page
* Contact page
* Slider
* Form
* Sidenav
* REST API