#Online Food Ordering App - Customer Side
Overview
This application serves as a customer-facing platform for online food ordering. Customers can browse through different categories of food, select their desired items, view details, place orders, track order status, and access order history for reordering.
Usage
-
Login: Customer can log in with their username and password
-
Category Selection: Upon launching the app, customers are presented with a list of food categories.
-
Click on a category to view available food items.
-
Food Selection: Within each category, click on the food items to view details.
-
Details View: Detailed information about the selected food item is displayed, including name, description, price, etc.
-
Quantity Selection: Specify the quantity of the selected food item.
-
Checkout: Proceed to checkout to finalize the order.
-
Order Tracking: Track the status of the placed orders in real time.
-
Order History: Access the order history to view past orders and reorder items if needed.
Technologies Used
● .NET MAUI - Cross-platform UI framework for building native mobile and desktop apps. ● C# - The programming language used for app development. ● Xamarin.Forms - UI toolkit for creating a single codebase for multiple platforms. ● MSSQL - Database engine for storing customer data, order information, and order history.