Skip to content

Commit

Permalink
Merge pull request #38 from hamza94max/feat/enhancements
Browse files Browse the repository at this point in the history
docs: improve readme
  • Loading branch information
hamza94max authored Dec 16, 2023
2 parents e6a143a + a01ba33 commit ed5a09c
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Islamic application to help the Muslims to read the azkar of morning and evening, awesome Notification every 24 hours, The FourtyNawawi's Ahaadeeth,
Counter to count the number of zeker, qibla direction and others features like azkar and doaa ..etc.


# Screenshots
<div>

Expand All @@ -11,8 +10,6 @@ Counter to count the number of zeker, qibla direction and others features like a
<img src = "https://github.com/hamza94max/Wazaker/assets/54688005/dbdcaf30-db1b-4fe2-971e-43bff3c53cde" width = 35%>
</div>

</div>

<div>
<img src = "https://github.com/hamza94max/Wazaker/assets/54688005/409edd35-20d9-48f1-832b-ecef9fdb70c4" width = 35%>
<img width ="5%"/>
Expand All @@ -30,15 +27,17 @@ Counter to count the number of zeker, qibla direction and others features like a


## Architecture

The architecture of this application relies and complies with the following points below:
- __Clean Architecture__,: into 3 layers ui, data, domain
- __A single-activity architecture__, using the Navigation Components to manage fragment operations.
- __Clean Architecture__ into 3 layers ui, data, domain
- __A single-activity architecture__ using the Navigation Components to manage fragment operations.
- __Pattern Model-View-ViewModel (MVVM)__ which facilitates a separation of development of the graphical user interface.
- __Android architecture components__ which help to keep the application robust, testable, and maintainable.

![Capture](https://github.com/hamza94max/Foody/assets/54688005/d2f03de3-fee0-464d-a789-6c268f5d1dc8)

# Languages and Tools

* [Kotlin](https://kotlinlang.org/) - official programming language for Android development .
* [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) - dependency injection library .
* [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - for asynchronous programming .
Expand All @@ -48,8 +47,9 @@ The architecture of this application relies and complies with the following poin
* [Fragment](https://developer.android.com/guide/components/fragments)
* [View Binding](https://developer.android.com/topic/libraries/view-binding) - more easily write code that interacts with views.
* [LeakCanary](https://square.github.io/leakcanary) - memory leak detection library for Android.
* [detekt](https://github.com/detekt/detekt) - Static code analysis for Kotlin.
=======
* [detekt](https://github.com/detekt/detekt) - static code analysis for Kotlin.


# Tools && Langauages
- Kotlin
- Navigation Components
Expand All @@ -60,9 +60,7 @@ The architecture of this application relies and complies with the following poin
- Dark theme
- Clean Code



## How to install and run the project
# How to install and run the project
You can download the app from release section

# Contributors
Expand Down

0 comments on commit ed5a09c

Please sign in to comment.