Skip to content

In this Ionic 3 tutorial we will build an example app with a question and answer format (Q&A), similar to StackOverflow. We will go through the core concepts of an Ionic Framework App such as Project Structure, Navigation, UI/UX and Data Integration.

License

mkobar/building-a-complete-mobile-app-with-ionic-3

 
 

Repository files navigation

This repository is part of an ionic tutorial that explains how to build an ionic example app with a question and answer format (Q&A). We will go through the core concepts of an Ionic 3 App such as Project Structure, Navigation, UI/UX and Data Integration. This ionic tutorial includes a working example you can reuse for your needs!

Please support this project by simply putting a Github star ⭐. Share this library with friends on Twitter and everywhere else you can. 🙏

Check the complete step by step tutorial in: https://ionicthemes.com/tutorials/about/building-a-complete-mobile-app-with-ionic-3

Installation

Install dependencies

npm install

Run the app on the browser

ionic serve

Run the app on your phone

ionic cordova platform add android
ionic cordova run android

or

ionic cordova platform add ios
ionic cordova run ios

About

In this Ionic 3 tutorial we will build an example app with a question and answer format (Q&A), similar to StackOverflow. We will go through the core concepts of an Ionic Framework App such as Project Structure, Navigation, UI/UX and Data Integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.1%
  • CSS 11.3%
  • HTML 10.6%
  • JavaScript 1.0%