XpiritBV / azure-openai-dev-skills-orchestrator

Building a set of semantic kernel skills to act as a virtual developer team
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

PM.Readme chain for #50 #51

Open desjoerd-test-bot[bot] opened 7 months ago

desjoerd-test-bot[bot] commented 7 months ago

Create a simple calculator and create some unittests for it

desjoerd-test-bot[bot] commented 7 months ago

Calculator App

A simple calculator app that allows users to perform basic arithmetic operations. The app follows the Domain-Driven Design (DDD) architecture to organize the codebase. It consists of three main layers:

  1. Presentation Layer: Handles user interaction and displays the calculator interface.
  2. Application Layer: Contains the business logic for performing arithmetic operations and orchestrates the flow of data between the presentation and domain layers.
  3. Domain Layer: Represents the core business logic of the calculator, including the calculation rules and entities.

Features

How to Run the App

  1. Clone the repository.
  2. Install the required dependencies.
  3. Run the application.
  4. Use the calculator interface to perform arithmetic operations.

How to Run Unit Tests

  1. Navigate to the test directory.
  2. Install the required testing dependencies.
  3. Run the unit tests using the provided test runner.
  4. Check the test results for any failures or errors.

License

This project is licensed under the MIT License.