- 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.
- 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.
- Array and it's method.
- Passing data from one page to another page.
- How to change the background-color from settings
- 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.