CoinCraft is a modern and stylish cryptocurrency tracking app built using Jetpack Compose and powered by the CoinGecko API. With an intuitive user interface, CoinCraft provides real-time price updates, rankings, and market trends for your favorite cryptocurrencies.
- 🔥 Real-time Price Tracking: Get the latest prices of top cryptocurrencies like Bitcoin, Ethereum, Dogecoin, and more.
- 📈 Market Trends: Stay updated on daily percentage changes and identify market movements at a glance.
- 🏆 Ranked Listings: View cryptocurrencies ranked based on market cap and popularity.
- ✨ Modern UI Design: A sleek and user-friendly interface developed with Jetpack Compose for a seamless user experience.
- ⚡ Lightweight & Fast: Optimized for performance to deliver data quickly.
- Android Development: Jetpack Compose for declarative UI.
- API Integration: CoinGecko API for fetching cryptocurrency data.
- Kotlin: Fully written in Kotlin for concise and efficient code.
- Android Studio Arctic Fox or later.
- Minimum Android SDK 21 (Lollipop).
- Clone the repository:
git clone https://github.com/yourusername/coincraft.git cd coincraft - Open the project in Android Studio.
- Obtain your free API key from CoinGecko API (if required).
- Add the API key to your project:
- Navigate to
local.properties. - Add the line:
API_KEY=your_api_key_here
- Navigate to
- Build and run the app on your preferred Android device or emulator.
We welcome contributions! If you want to enhance CoinCraft or fix any issues, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch-name). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch-name). - Create a pull request.

