Skip to content

ToBeNumerOne/chapter5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the code from the chapter 5 example of Ionic in Action. This example app is a Bitcoin market price to currency tracker. It shows the current price of a bitcoin in many different currencies, with historical charts and configuration.

Here are the primary things we do in this chapter.

  • Use tabs with individual navigation histories
  • Display a chart of Bitcoin price over time
  • Refresh the rate using the Ionic Refresher
  • Use a popover to display additional content
  • Display full market details for a given currency
  • Use advanced lists features such as togglers and reordering

Links

Quick Setup

npm install -g ionic
git clone https://github.com/ionic-in-action/chapter5.git
cd chapter5
ionic serve

About

Chapter 5 example code for Ionic in Action

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.7%
  • CSS 13.0%
  • HTML 0.3%