An Android Bike Shop application. This app allows users to browse and purchase bikes, view bike details, and manage their shopping cart (Complete Very soon:D)
- Jetpack Compose - Modern UI toolkit for Android
- MVVM Architecture - For separation of concerns and cleaner code
- Retrofit - For API calls to connect to the server
- Kotlin Coroutines - For asynchronous programming
- Hilt - For dependency injection
-
Clone the repository:
git clone https://github.com/aminrz3/BikeShopApp-Android cd BikeShopApp-Android
-
API Setup 🔌 :
open file app/src/main/java/amin/rz3/bikeshoppingapp/data/ApiUrl.kt const val BASE_URL = "Your Api Url"
This project is licensed under the MIT License - see the LICENSE file for details.