Skip to content

A sample currency conversion Progressive Web App using live API currency data from currencystack.io

License

Notifications You must be signed in to change notification settings

pushbots/currencyconvert.live

 
 

Repository files navigation

Please note: This app is still being developed. It's mobile-focused for now, and there may be bugs.

Material Money

This is a sample Progressive Web App (PWA), designed to illustrate some best practices around UX principles on the web, particularly in PWAs.

It's a vanilla application, using no frameworks.

It uses components from the Material Components for the web (MDC-Web) project.

home_small

Try it out live at material.money!

Development

Installing dependencies

Material Money uses NPM and Google Cloud SDK. To install dependencies:

NPM

npm i

Google Cloud SDK

Follow the instructions at Google Cloud.

Building and developing

Material Money uses gulp for its build pipeline. To build:

gulp build

To spin up a local server:

gulp serve

Team

Sérgio Gomes - UX Engineer

Mustafa Kurtuldu - UX Designer

About

A sample currency conversion Progressive Web App using live API currency data from currencystack.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • CSS 16.5%
  • HTML 12.9%
  • Go 2.4%