/HotDrinkGenerator

A simple console application that creates a hot drink of your choice.

Primary LanguageC#

Hot Drink Generator

A simple console application that creates a hot drink of your choice.
Currently supported drinks are Cappuccino, Coffee and Latte.

Usage

Requirements

Contributing

New Drink Types

To add a new drink types, it will need to be added to the HotDrinkType enum and to the HotDrinkRecipes dictionary (along with its recipe) in HotDrinkService.cs.

An appsettings.json file controls configuration presets for the generator.