File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Crypto Portfolio Tracker
2
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
- - what's working:
5
- - most of the data layer implemented via SQLite database
6
- - integration tests ready
7
- - wrapper over SqlKata library
8
- - CoinGecko datasource implemented
9
- - integration tests ready
10
- - Blazor app startup with DI
11
- - fetching basic cryptocurrency stats via CG datasource and showing it on the "Fetch Data" page
3
+ ## Features
4
+ - create and manage portfolios
5
+ - create and manage portfolio entries
6
+ - add transactions that are linked to portfolio entries
7
+ - see summaries of portfolios, portfolio entries and transactions
12
8
## Electron
13
9
``` electronize start /PublishSingleFile false /PublishReadyToRun false --no-self-contained ```
14
-
10
+
You can’t perform that action at this time.
0 commit comments