This is a simple C++ console-based project that helps manage a restaurant menu. It supports adding, viewing, and removing items from various categories like Veg, Non-Veg, Drinks, Snacks, and Desserts.
- Add new menu items with category and price
- Remove existing items by Item ID
- View categorized menus (Veg, Non-Veg, Drinks, Snacks, Desserts)
- Store data in a
.txtfile or connect with a MySQL database - Categorized view using file handling