Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RiyaaChauhan authored Jun 22, 2024
1 parent acc05fe commit 1c7164b
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion README.md
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

0 comments on commit 1c7164b

Please sign in to comment.