Skip to content

kamvir/quotes-app

Repository files navigation

Quotes-app

  • First Ionic App made by me.
  • It's a quotes app where one can simply find interesting quotes stated by great people.
  • It consist motivational quotes, inspirational quotes, ability quotes and enthusiasm quotes where you can favourite them if liked the most.

Getting started

  • Download the installer for Node.js 6 or greater.
  • Install the ionic CLI globally: npm install -g ionic
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root.

Lesson's learned:

  • Array and it's method.
  • Passing data from one page to another page.
  • How to change the background-color from settings

To run the application on your device:

  • Make sure that you have attached your device(with USB debugging ON) or have an emulator running for the same
  • Type ionic cordova platform add android/ios on the command prompt.
  • After that, type ionic cordova run android/ios on the command prompt.