Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Menu Order and Receipt

About

Menu Order and Receipt is a python program that takes a set of menus and prompts a user to make selections from those menu's multiple times until they are ready to place their order and receive their receipt with the order total.

Demo

Demo.mov

Key Features

  • Iterates over a meal dictionary to print the meal menu to the user.
  • Once user makes a meal selection, the program iterates over menu items and prints them.
  • The user is presented with the item name and price for each item in the menu.
  • User can select item and quantity of that item.
  • User is able to select multiple menu items before finalizing order.
  • Once user finalizes their order, we print a receipt.
  • Receipt contains item name, price, and quantity selected by user
  • Receipt totals order based on item quantity and price.

Installation

Menu Order and Receipt requires the following dependencies


git clone https://github.com/dannygallardo/python-challenge-1.git

  • Navigate to the project directory:

cd python-challenge-1

  • Start the Menu Order and Receipt server

python menu.py

References

Data for this dataset was generated by edX Boot Camps LLC, and is intended for educational purposes only.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages