Skip to content

A website for a small pizza restaurant to display it's menu to the customer whenever the shop is open.

Notifications You must be signed in to change notification settings

Cirarshi/pizza-company

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍕 Pizza Company - React App

Welcome to Pizza Company — a sleek and responsive React.js application built to showcase a pizzeria's mouthwatering menu! Whether you're browsing from a desktop or a mobile phone, the UI is crafted to offer a delightful and easy user experience.


📚 Table of Contents


🧩 Features

✨ Modern and minimal UI
📋 Dynamic pizza menu rendering
📱 Fully responsive layout
⏰ Business hours-based logic (optional/extendable)
🌐 Built with clean, modular React components


🏗️ Tech Stack

Technology Description
⚛️ React JavaScript library for building user interfaces
🎨 CSS Styling (plain CSS / Tailwind / SASS - depending on your setup)
📦 Vite or CRA Development environment (based on how it's bootstrapped)

📁 Project Structure

pizza-company/
├── public/
│   └── index.html
├── src/
│   ├── components/      # UI components
│   ├── data/            # Static data like pizza list
│   ├── App.jsx          # Main app component
│   └── index.jsx        # React entry point
├── package.json
└── README.md

🚀 Getting Started

Follow these instructions to get a local copy of the project up and running.

🔁 Clone the Repo

git clone https://github.com/Cirarshi/pizza-company.git
cd pizza-company

📦 Install Dependencies

npm install

▶️ Start Development Server

npm start

The app will be available at http://localhost:3000 🌐


📸 Preview

image

🌟 Customization Ideas

Here are a few ideas to improve and expand your app:

  • 🛒 Add to Cart functionality
  • 🔍 Search & filter pizzas by toppings, name, or price
  • 🌈 Theming: Dark mode or custom branding
  • 📆 Opening hours logic with real-time updates
  • 💬 Customer reviews or ratings
  • 🔌 Backend integration for dynamic data

🤝 Contributing

Contributions are welcome! Feel free to fork the repo and submit a Pull Request.

Fork the project 🍴

Create your feature branch: git checkout -b feature/YourFeature

Commit your changes: git commit -m "Add your feature"

Push to the branch: git push origin feature/YourFeature

Open a Pull Request ✅


📄 License

Feel free to use and modify it for personal or commercial projects.


🙌 Acknowledgments

Inspired by clean, minimal restaurant UIs Built as a personal practice and showcase project using React


📬 Connect with Me

GitHub: @Cirarshi

LinkedIn: https://www.linkedin.com/in/utkarsh-kapoor-6b3200127/

About

A website for a small pizza restaurant to display it's menu to the customer whenever the shop is open.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published