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.
- Host: GitHub
- URL: https://github.com/rainu/crypto-track-pwa
- Owner: rainu
- License: mit
- Created: 2020-12-24T13:51:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T15:47:15.000Z (over 1 year ago)
- Last Synced: 2025-10-27T08:41:31.601Z (5 months ago)
- Topics: application, mobile-app, nuxtjs, offline, progressive-web-app, serverless, vuejs, vuetify
- Language: Vue
- Homepage: https://rainu.github.io/crypto-track-pwa/
- Size: 9.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).