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 #43 #44

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

Features

Code Organization

The code for the calculator app follows the principles of Domain-Driven Design (DDD) to ensure a clean and maintainable architecture. It is organized into the following domains:

Running the Application

To run the calculator app, follow these steps:

  1. Install the required dependencies by running npm install.
  2. Start the application by running npm start.
  3. Access the app through your web browser at http://localhost:3000.

Running Unit Tests

To run the unit tests for the calculator app, use the following command:

npm test

License

This project is licensed under the MIT License.