Skip to content

bigchunguspng/coin-track

Repository files navigation

CoinTrack

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.

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

29 10 2023 08-41-01 29 10 2023 08-41-14 29 10 2023 13-35-44 29 10 2023 08-41-22 29 10 2023 08-41-40 29 10 2023 08-41-44

Dark theme

29 10 2023 08-42-02 29 10 2023 08-42-11 29 10 2023 13-35-16 29 10 2023 08-42-49

About

Desktop crypto-market viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages