项目作者: iamarnali

项目描述 :
Amazon Hackathon 2014
高级语言: JavaScript
项目地址: git://github.com/iamarnali/procurrency.git
创建时间: 2018-09-01T19:26:33Z
项目社区:https://github.com/iamarnali/procurrency

开源协议:Mozilla Public License 2.0

下载


Amazon Hackathon 2014

Introduction

Procurrency is an offline first Progressive Web App.
It uses the freecurrencyconverter api to acquire a list of available currencies
Then it populates two select lists fr the user to choose a Source and Destination currency.
It then caches the conversion rates of the two selected currencies for use when the user device is offline.

The Web app uses an offline first caching strategy and stores:

  • Conversion rates in IndexedDB.
  • HTML, CSS, and Javascript files in the cache.

The User interface uses responsive design principles.