Skip to content

Conversation

tajulafreen
Copy link
Owner

Description: This PR implements the Food Order App with the following features:

  • Added a menu with food items: Burger, Pizza, Pasta.
  • Each menu item has an Add to Cart button, which adds the item to the cart and updates the total price.
  • A cart section displays the items added to the cart along with their prices.
  • A Place Order button allows users to confirm their order, which clears the cart after order placement.
  • Integrated the functionality using HTML, CSS, and JavaScript.

Files Changed:

  • index.html: Structure of the page, including the menu and cart section.
  • styles.css: Styling for the page, menu items, cart, and buttons.
  • script.js: Logic for adding items to the cart, calculating the total price, and placing an order.

@tajulafreen tajulafreen merged commit 818dff2 into main Dec 24, 2024
5 checks passed
@tajulafreen tajulafreen deleted the Food_ordering_App branch December 24, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant