This repository consists of two projects:
CurrencyConverterApp
- a WinForms application converting EUR to other currencies using a simple but friendly GUICurrencyConverterAppTests
- basic unit tests of the above application
How to run the project using Visual Studio
- Clone repository
- Open the project folder CurrencyConverterApp
- Right click on CurrencyConverterApp.sln
- Select Open with Visual Studio
- Click the Start button
or
- Click the green Code button on github
- Select Open with Visual Studio
- Follow the instructions provided by the IDE