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 IonicListcomponent.Use the IonicCardcomponent.Use the IonicAlertcomponent.Use the IonicModalcomponent.Use the IonicSlidecomponent.Use the IonicMenucomponent.IonicTheming.
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
