Check it out at http://pricetrckr.sndvll.dev from your phone/chrome dev tools phone view
- Mobile focused PWA that tracks prices of various crypto assets and calculates total asset value in different fiat currencies.
- Playground to create some cool components and Angular Material like stuff from scratch.
- Just a client, uses Dexie.js to save stuff locally in IndexedDB.
Relies heavily on https://github.com/sndvll/sndvll-lib which in is a collection of angular libraries including components, icons and a home cooked "clone" of Angular Materials Overlay/Popper.js.
Clone this this repo.
run npm install
In the root folder clone https://github.com/sndvll/sndvll-lib and follow instructions in that repo.
Checkout package.json for various scripts with different purposes.