PHP Classes

File: pizzerine/src/Helpers/MenuList.js

Recommend this page to a friend!
  Classes of Hillary Kollan   React Laravel Stripe MailJet Pizza Ordering   pizzerine/src/Helpers/MenuList.js   Download  
File: pizzerine/src/Helpers/MenuList.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: React Laravel Stripe MailJet Pizza Ordering
Web application to process orders of Pizza
Author: By
Last change:
Date: 1 year ago
Size: 786 bytes
 

Contents

Class file image Download
import Pepperoni from "../Icons/pepperoni.jpg"; import Margherita from "../Icons/margherita.jpg"; import PedroTechSpecial from "../Icons/pedrotechspecial.jpg"; import Vegan from "../Icons/vegan.jpg"; import Pineapple from "../Icons/pineapple.jpg"; import Expensive from "../Icons/expensive.jpg"; export const MenuList = [ { "name": "Margherita", "image":Pepperoni, "price": 56.00 }, { "name": "Chicken Delight", "image":Margherita, "price":79 }, { "name": "Chicken Supreme", "image":Vegan, "price": 34 }, { "name": "Flaming Chicken", "image":Pineapple, "price": 73 }, { "name": "Hawaiian", "image":Expensive, "price": 45 } ]