Skip to content

pehmattos/Restaurant-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant menu

Tutorial project focusing on array and objects.

GitHub repo size

FeaturesGetting startedHow to useCredits

filtering buttons gif

Features

  • Fully responsive (desktop and mobile)
  • Filtering by category

Getting started

To begin to use this project, choose one of the following options:

  • Clone the repo: git clone https://github.com/pehmattos/restaurant-menu.git
  • Download on GitHub
  • Fork the repo

Now open index.html. That's it!

How to use

  • Place an image in img/
  • Create an item to add to menu. Follow this example:
// add in const menu app.js

{
id: 1,
title: "buttermilk pancakes",
category: "breakfast",
price: 15.99,
img: "./img/item-1.jpeg",
desc: `I'm baby woke mlkshk wolf bitters live-edge blue bottle, hammock freegan copper mug whatever cold-pressed`,
},

Credits