Skip to content

A dynamic Pizza Menu application built with React.js that lets users browse, filter, and view pizza options. Each pizza displays name, ingredients, price, and image, providing an interactive way to explore a menu. Designed to showcase React components, state management, and conditional rendering in a practical, real-world project.

Notifications You must be signed in to change notification settings

WebDevelopers-Org/Pizza-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Logic Documentation

Overview

This document provides an overview of the logic and algorithms used in the website's

Diagram

Diagram Txt

Steps

  • Create App Component which contains three main components Header, Footer, and Menu.

  • inside Header Component return h1

  • inside Menu Component:

    • Check if length of pizzaData > 0 map on lists else return message "We are still working on the menu"
  • inside Footer Component

    • Check if hour is between open and close our then return order component which has paragraph & button order | else return a paragrph with message "We are happy to welcome you at open & close hour"

About

A dynamic Pizza Menu application built with React.js that lets users browse, filter, and view pizza options. Each pizza displays name, ingredients, price, and image, providing an interactive way to explore a menu. Designed to showcase React components, state management, and conditional rendering in a practical, real-world project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published