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 a9d6e4d commit ab6547aCopy full SHA for ab6547a
README.md
@@ -1,2 +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
+- 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
10
+ - Blazor app startup with DI
11
+ - fetching basic cryptocurrency stats via CG datasource and showing it on the "Fetch Data" page
12
0 commit comments