From 5992539ef3502d0204b7f378e68bf236774c7359 Mon Sep 17 00:00:00 2001 From: Roosyidah Alya Rakhman <142164817+shaulascr@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:05:25 +0700 Subject: [PATCH] Update README.md --- README.md | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 7204713..830aad0 100644 --- a/README.md +++ b/README.md @@ -20,32 +20,31 @@ This Android app includes: - Write rating and feedback for purchased products - Push notifications for user activity -The app communicates with a custom backend server via REST API and WebSocket. The backend service is currently private and tailored for this project. +The app communicates with a custom backend server via REST API and WebSocket. ## Project Structure -├── api/retrofit/ # API service and Retrofit client setup -├── data/ # Data layer (DTOs, responses, repositories) -├── di/ # Dependency injection modules (Hilt) -├── ui/ # User interface components -│ ├── auth/ # Authentication screens -│ ├── home/ # Home screen components -│ ├── cart/ # Shopping cart functionality -│ ├── order/ # Order management -│ ├── chat/ # Chat features -│ ├── profile/ # User profile -│ ├── product/ # Product catalog -│ └── notif/ # Push notifications handling -├── utils/ # Utility classes and helper functions - -app/src/main/res/ # Android resources - -├── layout/ # XML layout files -├── drawable/ # Images and drawable resources -├── values/ # Strings, colors, dimensions -└── navigation/ # Navigation graph files - -google-services.json # Firebase configuration for push notifications + - api/retrofit/ # API service and Retrofit client setup + - data/ # Data layer (DTOs, responses, repositories) + - di/ # Dependency injection modules (Hilt) + - ui/ # User interface components + - auth/ # Authentication + - home/ + - cart/ + - order/ # Order management + - history/ + - review/ + - chat/ # Chat features + - profile/ + - store/ # Store management + - addProduct/ + - sells/ + - balance/ + - review/ + - product/ + - notif/ # Push notifications handling + - utils/ + - google-services.json # Firebase configuration for push notifications ## How to Run