Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

50Projects-HTML-CSS-JavaScript : Food ordering app #50

Merged
merged 2 commits into from
Dec 24, 2024

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