/Covid19

Kotlin Multiplatform project for Covid19 statistics

Primary LanguageKotlinApache License 2.0Apache-2.0

Covid19

Kotlin Multiplatform project for Covid19 statistics.

Status

  • Android classic: 0.12 - released on: Jun 06, 2020
  • Android compose: TODO
  • Web: TODO
  • CLI: TODO
  • iOs: CONTRIBUTION REQUIRED
  • Mac: CONTRIBUTION REQUIRED
  • Windows: CONTRIBUTION REQUIRED
  • Linux: CONTRIBUTION REQUIRED

API

https://github.com/enrichman/covid19

Contributions

Every contribution is appreciated.

Requirements

Follow the Detekt rules from config/detekt.yml and apply config/codeStyle.xml to your IDE, in Preferences - Editor - Code Style.

Follow the Clean Code standards, the S.O.L.I.D., MVVM for Android Classic and the current pattern for Gradle config.

Write a concise, capitalised, title as your commit, a short description if needed and the ticket number in a new line ( #7 ), if any.

Name your branch as type/ticketNumber_title-of-the-branch, like fix/7_update-download-folder or fix/update-download-folder if there is no related ticket. Branch types are: fix, feat, doc, style, refactor, test.

What can I help with?

As I said, every contribution is appreciated, but particularly the following Platform implementation:

  • native

    • iOs
    • Mac
    • Windows
    • Linux
  • js

    • web ( ReactJs ? )
  • jvm

    • CLI
    • Android Compose