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)
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
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
Copy the repository to any folder
git clone https://github.com/PalmaLuv/WPFConverterMoney.git
Then write the following commands
dotnet build
dotnet run