This is a WPF MVVM application that displays cryptocurrency information using the CoinGecko API. The application has a navigation system with four pages: Explore, Exchanges, Support, and CoinFullDataView.
The Explore page contains a DataGrid that displays information about various cryptocurrencies. A double click on a cryptocurrency will open the CoinFullDataView page and show detailed information about the selected cryptocurrency.
The Exchanges page contains a DataGrid that displays information about various cryptocurrency exchanges. A double click on an exchange will open a tab in your browser with the selected exchange's website.
The Support page contains links to the GitHub repository, a knowledge base, and an email address for support.
The CoinFullDataView page displays detailed information about a selected cryptocurrency, including a DataGrid that displays ticker information. The ticker information includes a link column, which opens the linked website when clicked.
- WPF MVVM
- CoinGecko API
- C#
If you would like to contribute to this project, please feel free to make a pull request or reach out to us through the support page.
This project is licensed under the GNU General Public License v3.0.