Skip to content

Commit 0dd794f

Browse files
committed
Updated README.md
1 parent 95779fb commit 0dd794f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Crypto Portfolio Tracker
22
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
128
## Electron
139
```electronize start /PublishSingleFile false /PublishReadyToRun false --no-self-contained```
14-
10+

0 commit comments

Comments
 (0)