From 4b0534e8d3f2265ee41dc687372f1b96c7357fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Sun, 20 Jul 2025 16:35:48 -0300 Subject: [PATCH] docs: adjustments on README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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