Skip to content

Commit c33f019

Browse files
Revise project structure descriptions in README
Updated project structure section for clarity and detail.
1 parent cd925f3 commit c33f019

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ A modern Android weather application built with **Kotlin**, following **MVVM**,
2020
- Support RTL mode with the supported languages of English and Arabic.
2121

2222
## Project Structure
23-
├── core # mapping interface
24-
├── data # Repository Implementation & Data Source layer (API) & Mapping,
25-
├── domain # Use cases & Business Logic.
26-
├── ui # ViewModels & UI layer
27-
├── di # Hilt modules, annotations for dependency injection
28-
├── utils # Common utility classes
29-
└── test # Unit tests
30-
23+
```
24+
├── core # Mapping interfaces
25+
├── data # Repository implementations, API data sources, and mappers
26+
├── domain # Business logic and use cases
27+
├── ui # UI components and ViewModels
28+
├── di # Dependency injection (Hilt) modules
29+
├── utils # Shared utility classes
30+
└── test # Unit tests
31+
```
3132
## Screenshots
3233
<img width="200" height="400" alt="Screenshot_20251222_215115" src="https://github.com/user-attachments/assets/1b6854b1-bef9-48bb-9330-90d8fc7b27ad" />
3334

0 commit comments

Comments
 (0)