Calculator is a complete calculator application featuring an API, Core, and UI components. The project is composed of the following parts:
- CalculatorAPI - Provides the API endpoints for calculator functionalities.
- CalculatorCore - Contains the core logic for the calculator.
- CalculatorForm - A client-side application providing a graphical user interface for the calculator.
To run this project, you need to install the .NET SDK on your machine.
- Clone this repository to your local machine:
git clone https://github.com/lien0214/CSharp_Calculator.git
cd ./Calculator/- Restore dotnet dependencies:
dotnet restore- Run tests to ensure everything is set up correctly:
dotnet test- Run the project:
dotnet run