Skip to content

awons/thecsharpacademy-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The C# Academy: Calculator

See https://www.thecsharpacademy.com/project/11/calculator for more details.

Requirements

Rules

Challenges

  • Create a functionality that will count the amount of times the calculator was used.
  • Store a list with the latest calculations. And give the users the ability to delete that list.
  • Allow the users to use the results in the list above to perform new calculations.
  • Add extra calculations: Square Root, Taking the Power, 10x, Trigonometry functions.

AI Challenge

  • Can you make it so the users can make calculations using their voice?

Running the game

dotnet restore
dotnet build
dotnet run --project Calculator

Running tests

dotnet test

Configuring Azure SDK for Speech Recognizer

Add your subscription details into user secrets like this:

{
  "SpeechRecognizer": {
    "Region": "",
    "SubscriptionKey": ""
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages