Skip to content

Pizza Menu App is a simple React.js application that displays a static menu for a pizza restaurant. The app showcases a variety of pizzas with their descriptions, ingredients, and prices in a clean and responsive design. Perfect for practicing React basics or using as a template for restaurant menu projects.

Notifications You must be signed in to change notification settings

vasudevsoni/pizza-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍕 Pizza Menu App

The Pizza Menu App is a simple React.js application that displays a static menu for a pizza restaurant. It showcases a variety of pizzas along with their descriptions, ingredients, and prices.

🌐 Live Demo

A live version of the Pizza Menu App can be found here.

📚 Table of Contents

✨ Features

  • Static Pizza Menu: View a curated list of pizzas offered by the restaurant.
  • Detailed Information: Each menu item displays the name, description, and price.
  • Simple and Responsive Design: Optimized for desktop and mobile screens.

⚙️ Installation

  1. Clone the repository:
    git clone https://github.com/vasudevsoni/pizza-menu.git
    cd pizza-menu-app
        
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm start
  4. Build for production:
    npm run build

🚀 Usage

  • View the Menu: Launch the app to explore the static pizza menu.
  • Browse Pizzas: Check out the available pizzas, their ingredients, and prices.

🤝 Contributing

Contributions are welcome! To contribute:

  1. Fork the project.
  2. Create a new branch:
    git checkout -b feature/your-feature
  3. Make your changes.
  4. Commit and push your changes:
    git commit -m 'Add some feature'
    git push origin feature/your-feature
        
  5. Open a pull request.

Enjoy browsing the menu on the Pizza Menu App! 🍕

About

Pizza Menu App is a simple React.js application that displays a static menu for a pizza restaurant. The app showcases a variety of pizzas with their descriptions, ingredients, and prices in a clean and responsive design. Perfect for practicing React basics or using as a template for restaurant menu projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published