Menu manager application for restaurants in C#.
- .NET Core 3.1
- Dishes and menus are constructed in their own views.
- Menus can be previewed and saved as PDF.
- All data is stored in a local SQL database.
- GUI has been constructed by using WPF, MVVM principle and Caliburn.Micro.