-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acc05fe
commit 1c7164b
Showing
1 changed file
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,42 @@ | ||
PIZZA HUT CLONE | ||
|
||
## Pizza Hut Clone | ||
|
||
A Pizza Hut Clone is a web or mobile application designed to emulate the functionality, design, and user experience of the popular Pizza Hut platform. | ||
|
||
## Features | ||
|
||
- Menu Display : Comprehensive list of pizzas, sides, beverages, and desserts with detailed descriptions and prices. | ||
- Special Offers: Highlighting discounts, deals, and combo offers. | ||
- Order Management: Add, remove, and update items in the cart seamlessly. | ||
- Checkout Process: Simplified and secure payment gateway integration for hassle-free transactions. | ||
- Order Tracking: Real-time updates on order status and delivery time. | ||
|
||
## User Account | ||
|
||
- Sign Up/Login: Options for account creation and login via email or social media. | ||
- Profile Management: Users can view and edit personal details and addresses. | ||
- Feedback Form: Users can give their feedback depending upon the experience. | ||
## Additional Features | ||
|
||
- Location Services: Integrated with GPS for delivery area validation and nearest outlet location. | ||
- Push Notifications: Alerts for order status, promotions, and personalized offers. | ||
- Feedback System: Allow users to rate their experience and leave reviews. | ||
## Tech Stack | ||
|
||
- Frontend: HTML,CSS, Javascript | ||
- Database: MySQL or MongoDB for storing user and order information. | ||
## Getting Started | ||
|
||
Welcome to the Pizza Hut Clone project! This guide will help you set up the project on your local machine for development and testing purposes. | ||
|
||
Installation: | ||
|
||
1) Clone the Repository: | ||
|
||
git clone https://github.com/your-username/pizza-hut-clone.git | ||
cd pizza-hut-clone | ||
|
||
2) Install Dependencies: | ||
Using npm: | ||
|
||
npm install |