A cross platform (iOS, Android, Windows OS) mobile application built with Angular and Ionic 2. The app is to help beginners with Angular background to learn Ionic. In the app the user can favorite quotes from a static list of quotes.
Implement tabs navigation.
Use the Ionic
Listcomponent.
Use the Ionic
Cardcomponent.
Use the Ionic
Alertcomponent.
Use the Ionic
Modalcomponent.
Use the Ionic
Slidecomponent.
Use the Ionic
Menucomponent.
Ionic
Theming.
This app is for demo purposes only.
You must have Ionic, npm and nodejs installed.
1. Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. Install nodejs:
brew install node
3. Install Ionic globally:
npm install -g ionic
1. Clone the project:
git clone https://github.com/atalakey/ion-quotes.git ~/Desktop/quotes-app
2. Navigate to where you cloned the project:
cd ~/Desktop/quotes-app
2. Install App local packages:
npm install
3. Run the App
ionic serve