The App is written using C# programming language, .NET platform, WPF technology, and MVVM pattern.
All data is retrieved from CoinGecko API via HttpClient.
To reduce API usage and make pages load faster, all requests are cached according to their update frequency.
- Main page, which shows the top 20 cryptocurrencies by their rank.
- Page for searching for other currencies 🔍.
- Page with detailed information about the currency. Can be opened from the main and search pages by clicking on the currency name.
- Candlestick chart of the currency price dynamics for the last 24 hours.
- List of markets, where currency can be traded. The trading page can be opened by clicking on the Pair column.
- Dark theme for night traders 🌙.
Command | Shortcut | Context menu |
---|---|---|
Open main page | Ctrl + M |
✅ |
Open search page | Ctrl + F |
✅ |
Switch app theme | Ctrl + D |
✅ |
Close tab | Ctrl + W |
✅ |
Close tab | Middle click |
- |
Go to left tab | Alt + Page Up |
- |
Go to right tab | Alt + Page Down |
- |