Coffee Ordering System

Site: https://journiql.github.io/coffee_order/

A fun and interactive web-based coffee ordering system inspired by the original Python CLI application.

Features


  • Browse a quirky menu of coffee options (including some… questionable choices)
  • Add items to your order
  • Remove items from your cart
  • Calculate total price
  • Checkout confirmation dialog
  • Fully responsive design

How to Use


  1. Open index.html in your web browser
  2. Click on any coffee to add it to your order
  3. View your order on the right side
  4. Click “Checkout” to confirm your purchase
  5. Enjoy your coffee (or regret your choices)

Files


  • index.html – Main HTML structure
  • styles.css – Styling and responsive design
  • script.js – Order logic and interactivity
  • coffee.py – Original Python CLI version
  • humble_beginings.py – Additional Python file

References

Code used: https://www.youtube.com/watch?v=wPc6mANhIj4

Leave a Comment

Your email address will not be published. Required fields are marked *