Skip to content

CSharp-based Calculator including Windows Form App Frontend, Web API Project and Core logic.

Notifications You must be signed in to change notification settings

lien0214/Windows-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Calculator is a complete calculator application featuring an API, Core, and UI components. The project is composed of the following parts:

  1. CalculatorAPI - Provides the API endpoints for calculator functionalities.
  2. CalculatorCore - Contains the core logic for the calculator.
  3. CalculatorForm - A client-side application providing a graphical user interface for the calculator.

Quick Start

Installation

To run this project, you need to install the .NET SDK on your machine.

Steps to run the project

  1. Clone this repository to your local machine:
git clone https://github.com/lien0214/CSharp_Calculator.git
cd ./Calculator/
  1. Restore dotnet dependencies:
dotnet restore
  1. Run tests to ensure everything is set up correctly:
dotnet test
  1. Run the project:
dotnet run

About

CSharp-based Calculator including Windows Form App Frontend, Web API Project and Core logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages