This a simple Calculator created using WPF and C#. The app is automatically compiled and published to releases using GitHub Actions.
The application can perform basic calculations, numbers can be entered using keyboard or on-screen buttons. The operations can be invoked using buttons only.
The solution was built using the following tools:
- PC running
Windows 11 Visual Studio 2022- The project was developed using
.NET 7.0SDK.
Note: The project is targeting netcoreapp3.1 framework because there have been issues building project with GitHub Actions when using newer versions.