The Pizza Menu project is a web application that allows users to view and order various types of pizzas. It provides a user-friendly interface to browse the menu, select items, and place orders. The application is built using modern web technologies and aims to deliver a seamless experience for pizza lovers.
- View a list of available pizzas with descriptions.
- Increment Pizza order.
- Decrement Pizza order.
- Delete pizza.
- Delete of all pizzas
The Pizza Menu project utilizes the following technologies:
To set up the Pizza Menu project locally, follow the instructions below.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Abdelrahman-wahed/pizza-menu.git
-
Navigate to the project directory:
cd pizza-menu
-
Install the required dependencies:
npm install
-
Run the development server:
npm start
-
Open your browser and go to
http://localhost:3000
to view the application.
This project is licensed under the MIT License - see the LICENSE file for details.