iOS application built using SwiftUI that provides cryptocurrency data by using the CoinGecko API. This app allows users to monitor the latest cryptocurrency prices, market trends, and other relevant data in a user-friendly interface.
- Market Trends: View market capitalization, trading volume, and price changes.
- Cryptocurrency Prices: Stay updated with prices of various cryptocurrencies.
- Sort Prices: Organize cryptocurrencies based on their market position or price for better insights.
- Charts: Visualize cryptocurrency trends with charts.
- SwiftUI: For building the user interface.
- CoinGecko API: To fetch real-time cryptocurrency data.
- URLSession: For making asynchronous network requests.
- MVVM Architecture: For maintaining a clean separation of concerns between the UI and data logic.
- Programmatic Router: For managing navigation programmatically.
- Charts Framework: For creating charts.






