Skip to content

A tool to convert ingredient lists between metric and US customary systems. I created it to learn WPF and MVVM. Caliburn Micro was used to implement MVVM architecture. The project still needs to be polished, documented, tested and have some error handling. Some errors might still be present in the conversion tables (UnitSystemPairs). I'll soon m…

Notifications You must be signed in to change notification settings

finction/RecipeCon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecipeCon

A tool to convert ingredient lists to between metric and US customary systems.

Paste your Ingredient list into the text box on the left. The ingredients must be separated by a linebreak (enter key).

The following types of ingredients work:

2 dl milk

6 fl oz cream

4 cucumbers

six cabbages

a pair of eggs

salt to taste

some cloves of garlic

The amount, units and the ingredient's name must be separated by spaces. If the unit you inserted isn't recognized, it is possible that you are using a variant of the unit's name that I haven't added to the conversion tables yet. For example dl can also be deciliter or decileters. You can check the added unit names in the UnitSystemPairs folder.

About

A tool to convert ingredient lists between metric and US customary systems. I created it to learn WPF and MVVM. Caliburn Micro was used to implement MVVM architecture. The project still needs to be polished, documented, tested and have some error handling. Some errors might still be present in the conversion tables (UnitSystemPairs). I'll soon m…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages