Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nav7fsc/foodorderingapp
The Food Ordering App is a Java Swing application that allows users to easily order food from three local restaurants in Hicksville, New York. It features a secure login system, menu displays with images, a cart for managing orders, and a simple order confirmation process.
https://github.com/nav7fsc/foodorderingapp
javafx
Last synced: 1 day ago
JSON representation
The Food Ordering App is a Java Swing application that allows users to easily order food from three local restaurants in Hicksville, New York. It features a secure login system, menu displays with images, a cart for managing orders, and a simple order confirmation process.
- Host: GitHub
- URL: https://github.com/nav7fsc/foodorderingapp
- Owner: nav7FSC
- Created: 2024-09-04T14:05:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T00:11:25.000Z (5 months ago)
- Last Synced: 2024-11-25T07:51:45.617Z (2 months ago)
- Topics: javafx
- Language: Java
- Homepage:
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food Ordering App
Welcome to the Food Ordering App, a simple Java Swing application that allows users to order food from three local restaurants in Hicksville, New York. This application features a login system, restaurant menus with images, a cart system, and an order confirmation process.
## Features
- **User Login:** Users must log in using the credentials provided to access the restaurant menus.
- **Restaurant Selection:** Choose from three local restaurants: Blaze Pizza, Great Wok Chinese Food, and Taste of Mumbai Indian Food.
- **Menu Display:** View the menu items along with their prices and images.
- **Cart System:** Add items to your cart and view the total amount before placing an order.
- **Order Confirmation:** Enter your delivery information and submit your order.## Getting Started
### Prerequisites
- Java Development Kit (JDK) 8 or higher
- An IDE or text editor of your choice### Running the Application
1. Clone or download the project files.
2. Compile and run the `FoodOrderingApp` class in your IDE.### Login Credentials
- **Username:** `admin`
- **Password:** `admin123`### Restaurant Information
1. **Blaze Pizza**
- Location: 213 Broadway Mall, Hicksville, NY 11801
- Menu Items:
- Red Vine Margherita Pizza - $12.99
- Double Pepperoni Pizza - $8.99
- Vegetarian Pizza - $9.99
- Website: [Blaze Pizza](https://blazepizza.com/)2. **Great Wok Chinese Food**
- Location: 35 Woodbury Rd, Hicksville, NY 11801
- Menu Items:
- Sweet and Sour Chicken - $11.95
- Beef with Broccoli - $12.55
- Shrimp Fried Rice - $9.35
- Website: [Great Wok Chinese Food](http://greatwokhicksville.com/Menu)3. **Taste of Mumbai Indian Food**
- Location: 153 Levittown Pkwy, Hicksville, NY 11801
- Menu Items:
- Chicken Curry - $14.99
- Vegetable Biryani - $10.99
- Tandoori Paneer Tikka - $11.95
- Website: [Taste of Mumbai Indian Food](https://www.tasteofmumbainy.com/menu)## How to Use
1. **Login:** Enter the provided username and password to access the restaurant menu.
2. **Select a Restaurant:** Choose from the available restaurants.
3. **Add to Cart:** Click on the menu items to add them to your cart.
4. **View Cart:** Review your selected items and the total amount.
5. **Place Order:** Enter your delivery information and submit your order.## Author
[nav7FSC on GitHub](https://github.com/nav7FSC)
Enjoy your meal!