This project is a simple web application for ordering pizzas online. It provides a user-friendly interface to view available pizzas, their ingredients, prices, and order them conveniently. The application is built using React.js for the front-end and utilizes a static array of pizza data for demonstration purposes.
- Dynamic Menu: Display a list of pizzas available for ordering.
- Pizza Details: View details about each pizza, including name, ingredients, and price.
- Real-time Ordering: Customers can place orders directly through the interface.
- Dynamic Pricing: Prices are dynamically displayed, and items marked as sold out are appropriately indicated.
- Responsive Design: The application is responsive and can be accessed seamlessly across different devices.
- React.js: Front-end framework for building interactive user interfaces.
- HTML/CSS: Used for structuring and styling the web pages.
- JavaScript: Used for client-side scripting to enhance user interaction.
- GitHub: Version control and project management platform.
Clone the repository
Navigate to the project directory
Install dependencies
Start the development server
- OMAR HARKOUSS