Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.78 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.78 KB

BitPlus:

Your Real-Time Crypto Tracker

Overview
BitPlus is a mobile application built with Kotlin that keeps you informed about the latest cryptocurrency market trends. It leverages the MVVM architectural pattern and Koin for dependency injection to deliver a seamless and efficient user experience.

Key Features:

Real-time Updates: Get instant price updates for your favorite cryptocurrencies.
Intuitive Interface: Enjoy a user-friendly interface built with Jetpack Compose and Material Design principles.
Reliable Data: Access accurate and up-to-date data directly from the Coincap API using Ktor.
Dependency Injection: Maintain a clean and organized codebase with Koin.
MVVM Architecture: Benefit from a clear separation of concerns with the MVVM design pattern.

Technologies Used:

Kotlin: Modern and concise programming language
Jetpack Compose: Declarative UI framework for building native Android apps
Material Design: Design language for consistent and beautiful UIs
Ktor: Lightweight framework for building asynchronous HTTP clients and servers
Koin: Dependency injection framework for managing dependencies