An open API service indexing awesome lists of open source software.

https://github.com/rainu/crypto-track-pwa

Track all crypto currencies and show the composition of your portfolio.
https://github.com/rainu/crypto-track-pwa

application mobile-app nuxtjs offline progressive-web-app serverless vuejs vuetify

Last synced: about 1 month ago
JSON representation

Track all crypto currencies and show the composition of your portfolio.

Awesome Lists containing this project

README

          

# crypto-track

Track all crypto currencies and show the composition of your portfolio. In additional it generates
a "tax-report". This is a list of tax-related trades (with the FIFO-Method)

## How to install application

### Desktop
1. Open Chrome
1. Navigate to [CryptoTrack](https://rainu.github.io/crypto-track-pwa/)
1. Tap Add to home screen

### Android
1. Open Chrome
1. Navigate to [CryptoTrack](https://rainu.github.io/crypto-track-pwa/)
1. At the top right, click More (three dots)
1. Click "Install CryptoTrack ..."

## Quickstart for developer

``` bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# generate static project for production
$ npm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

## License

MIT, see [LICENSE](LICENSE).