A simple coffee ordering system built with HTML5, CSS3, and JavaScript. This project simulates a coffee shop ordering experience, allowing users to choose coffee types, sizes, and extra options before placing their order.
- Intuitive and user-friendly form to select coffee options:
- Coffee type (e.g., espresso, latte, cappuccino)
- Coffee size (small, medium, large)
- Optional add-ons (milk, sugar, flavor shots)
- Displays a real-time summary of your current order, including:
- Selected coffee type and size
- Add-ons and customizations
- Total price calculation based on selections
- Easily clear your order and start a new one with a single click.
- Clean and modern design that adapts to any device.
- Fully responsive for desktop and mobile screens.
- Uses local storage to save the most recent order so that you don’t lose your progress when refreshing the page.
- Clone this repository:
git clone https://github.com/Nanastrike/CoffeeOrderSystem.git