Skip to content

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.

Notifications You must be signed in to change notification settings

atalakey/ion-quotes

Repository files navigation

Quotes Ionic app

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.

App demo:

in this app you will learn how to:

  • Implement tabs navigation.
  • Use the Ionic List component.
  • Use the Ionic Card component.
  • Use the Ionic Alert component.
  • Use the Ionic Modal component.
  • Use the Ionic Slide component.
  • Use the Ionic Menu component.
  • Ionic Theming.

Disclaimer:

This app is for demo purposes only.

For Developers

Prerequisites:

You must have Ionic, npm and nodejs installed.

To install the prerequisites (macOS only)

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

To use the application:

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published