diff --git a/README.md b/README.md index 8fead4b..0965914 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Architecture and Layered Architecture for simplicity, scalability, and testabili - Android Studio Giraffe or newer - JDK 17 or higher - Git installed -- + ### 📥 Clone the Repository ```bash @@ -71,6 +71,8 @@ from frameworks (but no strict use case boundaries to avoid overengineering for | **Utils** | Shared extension functions, helpers, and formatting logic | ## 📂 Folder Structure + +```bash xyz.leomurca.csgomatches/ ├── data/ # Data layer: API, DTOs, mappers, remote implementations │ ├── mapper/ # DTO ↔ Domain model transformations @@ -97,6 +99,7 @@ xyz.leomurca.csgomatches/ │ ├── CSGOApplication.kt # Custom Application class (Hilt entry point) └── MainActivity.kt # Main app entry point with Compose navigation +``` ## ⚙️ Tech Stack - Language: Kotlin