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
- Host: GitHub
- URL: https://github.com/ikismail/ionicnewsportal
- Owner: ikismail
- Created: 2018-05-30T13:36:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T10:28:29.000Z (over 7 years ago)
- Last Synced: 2025-04-23T00:12:49.894Z (6 months ago)
- Topics: angular, angular5, api-client, ionic, ionic-cordova, ionic-news-application, ionic-newsportal, ionic3, news, news-application, newsapi, newsapp, newsapplication, newsapps, newsportal, worldnews
- Language: JavaScript
- Homepage: https://ikismail.github.io/projects/ionic-news/
- Size: 44.3 MB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`

## 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`