https://github.com/varsharani9/pizza-application
https://github.com/varsharani9/pizza-application
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/varsharani9/pizza-application
- Owner: VarshaRani9
- Created: 2023-09-06T08:47:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T18:38:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T04:13:07.435Z (6 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIZZA-APPLICATION
Pizza Ordering Application is a web-based platform that allows users to browse a menu of delicious pizzas, customize their orders, and securely make payments for delivery or pickup. This application incorporates modern web development practices and technologies to ensure a smooth and responsive user experience.
# Features
Browse a variety of pizzas with detailed descriptions.
Add pizzas to the shopping cart.
Review the shopping cart.
Securely make payments using various payment methods.
Responsive design for a seamless experience on various devices.# Technologies Used
HTML5
CSS3
JavaScript (ES6+)
Bootstrap
MVC Design Pattern
Asynchronous Programming
Payment Gateway Integration
DOM Manipulation# Design Pattern
The application follows the Model-View-Controller (MVC) design pattern to separate concerns and make the codebase maintainable and organized. The components are structured as follows:* Model: Represents the data and business logic, including pizza details, user cart, and order processing.
* View: Handles the presentation layer, rendering the user interface based on model data.
* Controller: Manages user input, communicates between the model and view, and controls the application's flow.

