We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd794f commit bcda404Copy full SHA for bcda404
README.md
@@ -1,10 +1,12 @@
1
# Crypto Portfolio Tracker
2
A tracker of your crypto portfolio, written in C# using .NET core. Made as KIV/NET semester project at Západočeská univerzita v Plzni.
3
+
4
## Features
5
- create and manage portfolios
6
- create and manage portfolio entries
7
- add transactions that are linked to portfolio entries
8
- see summaries of portfolios, portfolio entries and transactions
9
+ - based on current cryptocurrency market data fetched from [CoinGecko](https://www.coingecko.com/en/api)
10
## Electron
11
```electronize start /PublishSingleFile false /PublishReadyToRun false --no-self-contained```
12
0 commit comments