Skip to content

Commit f6315ae

Browse files
Update README.md
1 parent f6c95dc commit f6315ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Stock Tracking App using SOLID architecture, uses Hilt, Room, Compose, Coroutine
1010
- Search is interruptable
1111

1212
---- Tech used ----
13-
- List of stocks is cached locally in a Room database
14-
- Uses custom query for Room database
15-
- Shows proper use of Dagger-Hilt & SOLID architecture
16-
- Uses compose for view layer, ViewModel and mutableState to send UI events
13+
- List of stocks is cached locally in a `Room` database
14+
- Uses custom query for `Room` database
15+
- Shows proper use of `Dagger-Hilt` & SOLID architecture
16+
- Uses compose for view layer, `ViewModel` and `mutableState` to send UI events
1717
- Uses Resource sealed class to handle errors and messaging
18-
- Custom CSV parsers using OpenCSV for Company Listings and Intraday price info
18+
- Custom CSV parsers using `OpenCSV` for Company Listings and Intraday price info
1919
- Custom canvas drawing using interop to android XML text rendering
2020
- Graph uses Bezier curves
2121

0 commit comments

Comments
 (0)