Bitcoin Tracker is an Android application built using Kotlin. It allows users to track the top 100 cryptocurrencies by market capitalization using data from the CoinGecko API.
- Display a list of the top 100 cryptocurrencies by market cap.
- View detailed information about each cryptocurrency, including:
- Name
- Icon
- Symbol
- Current Price
- High 24h
- Low 24h
- Market Cap
- Market Cap Rank
- Price Change (24h)
- Price Change Percentage (24h)
- Hashing Algorithm
- Description
- Add cryptocurrencies to a favorites list (currently non-functional, to be implemented in the future).
- Kotlin
- Jetpack Compose
- Retrofit
- CoinGecko API
- Implement functionality to add cryptocurrencies to the favorites list.
- Integrate Firebase Auth for user authentication.
- Use Firestore to store user data and favorites.