Skip to content

Commit 3f9ccff

Browse files
authored
Update README.md
1 parent da6eabe commit 3f9ccff

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,16 @@ Login | Home | App Widget | Add Reminder | Shortcuts
99
[Demo](https://drive.google.com/file/d/1FpIbR176fost0GjCY3byaZ6Bqba6ioTY/view?usp=sharing)
1010

1111
Overview :-
12-
- Multi Module Structure
12+
- Architecture :- MVI + Clean Architecture
13+
- Single Activity Arch
14+
- Multi Module Setup
1315
- buildSrc to centrailize dependencies and to extract repeated portion of gradle [ref](https://github.com/pseudoankit/Tasky/tree/master/buildSrc/src/main/java)
1416
- UI : Jetpack Compose
1517
- Navigation : [compose destinations](https://github.com/raamcosta/compose-destinations)
1618
- DI : Koin
17-
- Architecture :- MVI + Clean Architecture
18-
- Single Activity Arch
19-
2019
- CI / CD
2120
- generate apk on push to master
2221
- static code analysis with sonarcloud
2322
- lint check
2423

2524
<img src="https://user-images.githubusercontent.com/54987308/223794067-e96e4191-d34e-4dd1-9d03-1b6b1816990f.png" width="500" height="600"/>
26-
27-
Planned
28-
- [ ] unit test
29-
- [ ] unit test CI and jaccoco setup for coverage
30-
- [ ] instumentation test
31-
- [ ] instumentation test CI

0 commit comments

Comments
 (0)