Skip to content

iamludal/cryptac

Repository files navigation

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)