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

https://github.com/ikismail/ionicnewsportal

News Portal Application using Ionic 3 & Angular5 by consuming NewsApi
https://github.com/ikismail/ionicnewsportal

angular angular5 api-client ionic ionic-cordova ionic-news-application ionic-newsportal ionic3 news news-application newsapi newsapp newsapplication newsapps newsportal worldnews

Last synced: about 2 months ago
JSON representation

News Portal Application using Ionic 3 & Angular5 by consuming NewsApi

Awesome Lists containing this project

README

          

## Ionic News Application

This project is the example of real-world news application. This project was developed using [Ionic](https://ionicframework.com/), [Angular5](https://angular.io/) and [NewsApi](https://newsapi.org/)

### Table of Contents

- [Ionic News Application](#ionic-news-application)
- [Table of Contents](#table-of-contents)
- [Getting Started](#getting-started)
- [App Preview](#app-preview)
- [Download](#download)
- [Deploying](#deploying)

## Getting Started

- [Download the installer](https://nodejs.org/en/) for Node.js 8
- Install the ionic CLI globally: `npm install -g ionic`
- Clone this repository: `git clone https://github.com/ikismail/IonicNewsPortal.git`
- Run `npm install` from the project root.
- Run `ionic serve` in a terminal from the project root.
- Profit 🎉

## App Preview

---

[Try it live](http://link)
All app preview screenshots were taken `ionic cordova run android`

![App Preview](https://image.ibb.co/mG0wc8/App_Preview.png)

![App Preview 2](https://image.ibb.co/e5X3Po/App_Preview_2.png)

## Download
---
Download this application apk [here](http://link)

## Deploying

---

- Run `npm run ionic build --prod` and then push the `www` folder to your favourite hosting service
- Android - run `ionic cordova run android --prod`
- iOS - run `ionic cordova run ios --prod`