https://github.com/bigchunguspng/coin-track
Desktop crypto-market viewer
https://github.com/bigchunguspng/coin-track
Last synced: about 2 months ago
JSON representation
Desktop crypto-market viewer
- Host: GitHub
- URL: https://github.com/bigchunguspng/coin-track
- Owner: bigchunguspng
- Created: 2023-10-27T22:35:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-29T11:45:48.000Z (over 1 year ago)
- Last Synced: 2025-01-11T22:28:42.523Z (3 months ago)
- Language: C#
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoinTrack
The App is written using **C#** programming language, **.NET** platform, **WPF** technology, and **MVVM** pattern.
All data is retrieved from [CoinGecko API](https://www.coingecko.com/api/documentation) via **HttpClient**.
To reduce API usage and make pages load faster, all requests are cached according to their update frequency.
## Features
1. **Main page**, which shows the top 20 cryptocurrencies by their rank.
2. **Page** for searching for other currencies 🔍.
3. **Page** with detailed information about the currency. Can be opened from the main and search pages by clicking on the currency name.
4. **Candlestick chart** of the currency price dynamics for the last 24 hours.
5. **List of markets**, where currency can be traded. The trading page can be opened by clicking on the **Pair** column.
6. **Dark theme** for night traders 🌙.## Navigation
| 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` | - |## Gallery
### Light theme





### Dark theme



