Welcome to the Recipe Manager, a simple yet powerful C# console application that helps users create, scale, reset, and manage their favorite recipes from scratch!
This project was developed as part of my academic work in C#. It demonstrates key object-oriented programming concepts and console-based user interaction.
- π Input recipe name, ingredients (with quantities and units), and preparation steps
- π Scale recipe quantities (e.g., halve, double, etc.)
- π Revert scaled recipes back to original quantities
- π§Ό Clear existing data and start a new recipe
- π Display recipe in a formatted layout
- Language:
C# - IDE:
Visual Studio - Framework:
.NET - Project Type:
Console Application
- Object-Oriented Programming (Encapsulation, Classes, Methods)
- Exception Handling
- User Input & Data Validation
- Arrays and Loops
- Console UI Design