docs: adjustments on README.md
Some checks failed
Android Unit Tests / tests (push) Failing after 53s
Some checks failed
Android Unit Tests / tests (push) Failing after 53s
This commit is contained in:
parent
0f65a70041
commit
4b0534e8d3
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,7 @@ Architecture and Layered Architecture for simplicity, scalability, and testabili
|
||||||
- Android Studio Giraffe or newer
|
- Android Studio Giraffe or newer
|
||||||
- JDK 17 or higher
|
- JDK 17 or higher
|
||||||
- Git installed
|
- Git installed
|
||||||
-
|
|
||||||
### 📥 Clone the Repository
|
### 📥 Clone the Repository
|
||||||
|
|
||||||
```bash
|
```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 |
|
| **Utils** | Shared extension functions, helpers, and formatting logic |
|
||||||
|
|
||||||
## 📂 Folder Structure
|
## 📂 Folder Structure
|
||||||
|
|
||||||
|
```bash
|
||||||
xyz.leomurca.csgomatches/
|
xyz.leomurca.csgomatches/
|
||||||
├── data/ # Data layer: API, DTOs, mappers, remote implementations
|
├── data/ # Data layer: API, DTOs, mappers, remote implementations
|
||||||
│ ├── mapper/ # DTO ↔ Domain model transformations
|
│ ├── mapper/ # DTO ↔ Domain model transformations
|
||||||
|
@ -97,6 +99,7 @@ xyz.leomurca.csgomatches/
|
||||||
│
|
│
|
||||||
├── CSGOApplication.kt # Custom Application class (Hilt entry point)
|
├── CSGOApplication.kt # Custom Application class (Hilt entry point)
|
||||||
└── MainActivity.kt # Main app entry point with Compose navigation
|
└── MainActivity.kt # Main app entry point with Compose navigation
|
||||||
|
```
|
||||||
|
|
||||||
## ⚙️ Tech Stack
|
## ⚙️ Tech Stack
|
||||||
- Language: Kotlin
|
- Language: Kotlin
|
||||||
|
|
Loading…
Add table
Reference in a new issue