From 11f43e6aab1232b6bbc653d7b455d5a303f83b34 Mon Sep 17 00:00:00 2001 From: Janishar Ali Date: Mon, 8 Jul 2024 16:27:54 +0530 Subject: [PATCH] update readme --- README.md | 5 ++++- docs/assets/arch-comp.svg | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/assets/arch-comp.svg diff --git a/README.md b/README.md index 634dce9..5e11d4a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,10 @@ You can track your happiness level and write down daily journals. You can also s Using this app can bring a little bit of happiness and energy to live an inspired life. -## Instructions +## Architecture +![Architecture](docs/assets/arch-comp.svg) + +## Installation Instructions ```bash # clone the backend project wimm-node-app used for this App git clone https://github.com/unusualcodeorg/wimm-node-app.git --recursive diff --git a/docs/assets/arch-comp.svg b/docs/assets/arch-comp.svg new file mode 100644 index 0000000..41e3b23 --- /dev/null +++ b/docs/assets/arch-comp.svg @@ -0,0 +1,4 @@ + + + +
MainActivity
MainActivity
MainViewModel
MainViewModel
WimmApp
WimmApp
NavGraph
NavGraph
WimmApplication
WimmApplication
Repository
Repository
Loader
Loader
Messenger
Messenger
Navigator
Navigator
FeatureApi
FeatureApi
DatabaseService
DatabaseService
DateStore
DateStore
FCM
FCM
work
work
utils
utils
DI
DI
analytics
analytics
FeatureUi
FeatureUi
FeatureViewModel
FeatureViewModel
\ No newline at end of file