/WPFConverterMoney

WPFConverter gives you markup easy access to cryptocurrencies and conversions using the CoinCap API 2.0.

Primary LanguageC#

WPF Converter

alt text

WPFConverter gives you markup easy access to cryptocurrencies and conversions using the CoinCap API 2.0.

Gives you that kind of opportunity :

  • View Assets
  • Volute conversion
  • View Exchanges

Visual part :

  • Nice interface
  • Change application theme (dark/light)

How to run

There are two ways to run the program, either downloading from releases and simply running it, or compiling it using VisualStrudio or the .NET CLI

To run through VisualStudio

Copy the repository to any folder

git clone https://github.com/PalmaLuv/WPFConverterMoney.git

And open the WPFAppConverter.csproj file using VisualStudio. After that we generate a solution for the project

To run through .NET CLI

Copy the repository to any folder

git clone https://github.com/PalmaLuv/WPFConverterMoney.git

Then write the following commands

dotnet build
dotnet run