Skip to content

zaher-aa/CoffeeSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeSimulation

➤ Project Description

A desktop app created due to university reasons, it provides the user the ability to order items which are available in a coffee shop menu and as an admin he can add new items to the menu

➤ User Journey

  • Home Window

    This window will help us to order a specific drink, we add the name of the person and the name of the drink we want, the amount of sugar is from 1-10, and the price of the drink, Each drink has a specific price

  • Admin window

    It allows the adming to add/delete new items and show all available items

  • New Item

    It allows us to add a new drink and the ability to show it is added in the home window, when you click "Save" button, a confirmation message will appear

  • Show Items

    A list that allows to display all the items for the user and their prices and the ability to delete the item from the list

    image

➤ Developer