Skip to content
/ Quex Public

Coin tracking and interpretation application

Notifications You must be signed in to change notification settings

rznkolds/Quex

Repository files navigation

QUEX

Crypto interpretation application

Project explanation

This project, you can follow the coins, comment and reply to the comments, as well as add your favorite coins with everyone's own profile pages.

Thanks to its open source structure, you can examine this project and learn where and how the data is kept.

Project features

  • Jetpack
    • Flow : Flow is conceptually a stream of data that can be computed asynchronously.
    • View Binding: View binding is a feature that allows us to more easily write code that interacts with views.
  • MVVM with Clean architecture
  • Hilt for dependency injection
  • Navigation Components
  • Firebase
  • Retrofit

Project structure

This project was written with MVVM architecture using multi-module.

While the data in this project is stored in the AWS server with retrofit, the visual and account data are stored in the firebase database.

Screens

Sign In Sign Up Home

Profile Comments Notifications

Answers