DemoKevin is a Kotlin-based Android application designed as a simple donation platform. It features a modern UI and basic functionality to simulate donation-related user flows. The project focuses primarily on the frontend with minimal backend logic, making it ideal for prototyping or educational purposes.
- 🧾 Clean and user-friendly UI built with Jetpack Compose or XML layouts
- 💳 Simulated donation workflows
- 🔐 Minimal backend logic (local data or mock responses)
- 🧩 Modular and readable Kotlin codebase
- 🧭 Smooth screen navigation with Navigation Component
- 🎨 Material Design UI components
- Language: Kotlin
- Architecture: MVVM (Model-View-ViewModel)
- UI Components: ConstraintLayout / Jetpack Compose, CardView, RecyclerView
- Project Type: Android (Frontend-Focused)
- Build System: Gradle (Kotlin DSL -
.kts
)
To run this project locally:
- Clone the repository
git clone https://github.com/Priyanshu845438/DemoKevin.git