Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.04 KB

Food-Club

Food Ordering App - Implementation using JavaFX

This is a food ordering app developed using Java and JavaFX. The app allows users to place orders for food items, and restaurants to manage and fulfill those orders. The app is made to simulate the ordering on the client-side and the restaurant management on the admin-side.

Tech Used

Features

Client Side

  • Users can view the menu and select food items to order

Admin Side

  • Add a new restaurant
  • Update existing restaurants
  • Delete existing restaurants
  • Add and remove menu items

How to Use

Client Side

  1. Input your info and log in
  2. Add items to cart
  3. Go to the cart, proceed to checkout

Admin Side

  1. Log in using:

Username: Admin

Password: 1234

  1. Try any of the CRUD operations available

One of the most frustrating projects I had to do. In the end, I learned a lot and am more comfortable with unfamiliar technologies.