Emmanuel687 / Pizza-Menu

A Pizza website restraunt menu that displays orders.

Home Page:https://pizza-menu1.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name

Pizza Menu

Project Objective

This project was created as a practice exercise to learn and reinforce the concepts of React components, props, rendering lists, ternary operator, and && operator.

Project Overview

The project is a simple web application built with React that displays a list of items. Each item is rendered as a separate component and receives data through props. The list is conditionally rendered using the ternary operator and the && operator based on certain conditions.

Installation

1.Clone the repository: git clone https://github.com/Emmanuel687/Pizza-Menu.git

2.Navigate to the project directory: cd Pizza-Menu

3.Install dependencies: npm install Usage

4.Start the development server: npm start Open your web browser and visit http://localhost:3000 to view the application.

License

This project is licensed under the MIT License { 2023 }.

About

A Pizza website restraunt menu that displays orders.

https://pizza-menu1.netlify.app/


Languages

Language:JavaScript 50.9%Language:CSS 30.3%Language:HTML 18.8%