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.
A live version of the Pizza Menu App can be found here.
- 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.
- Clone the repository:
git clone https://github.com/vasudevsoni/pizza-menu.git cd pizza-menu-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Build for production:
npm run build
- View the Menu: Launch the app to explore the static pizza menu.
- Browse Pizzas: Check out the available pizzas, their ingredients, and prices.
Contributions are welcome! To contribute:
- Fork the project.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes.
- Commit and push your changes:
git commit -m 'Add some feature' git push origin feature/your-feature
- Open a pull request.
Enjoy browsing the menu on the Pizza Menu App! 🍕