iamludal / cryptac

πŸš€ Mobile application to track your favorite cryptos information.

Home Page:https://play.google.com/store/apps/details?id=fr.iamludal.cryptac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

What is it? πŸ€”

Cryptac is a mobile application that allows you to track the main important information about your favorite cryptos. It is currently available only on Android (> 10).

Screenshots

Screenshots

Tech Stack πŸ› 

Setup the project πŸ”„

  1. Clone the repository.
  2. Add the CMC_API_KEY variable to the local.properties file in the root folder. This corresponds to your CoinMarketCap API key.
CMC_API_KEY=my-secret-api-key
  1. You're all set! ✨

Continuous Integration πŸ§ͺ

This project uses GitLab CI to ensure the project always compiles correctly, and the codestyle is respected. As a result, the two steps of the CI are:

  1. Lint (using ktlint)
  2. Compile (Gradle assemble command)

About

πŸš€ Mobile application to track your favorite cryptos information.

https://play.google.com/store/apps/details?id=fr.iamludal.cryptac

License:GNU General Public License v3.0


Languages

Language:Kotlin 99.7%Language:Shell 0.3%