Valerigionetnoel / Restaurante-Trattoria

MIT License
1 stars 3 forks source link

Menu Database #8

Open roseandlily33 opened 1 year ago

roseandlily33 commented 1 year ago

const example = [
{ id: 1, name: 'Spaghetti', price: $20 description: 'Spaghetti and meatballs' (There could be more options depending on what we want to display) }, ]; Heres an example of how the dummy data is going to be set up and we are going to have one of these sections for each of the categories: Lunch, Dinner, Desserts etc.