An open API service indexing awesome lists of open source software.

https://github.com/codewithsadee/our-menu

Making a restaurant menu page that filters through the different food menus.
https://github.com/codewithsadee/our-menu

Last synced: 12 months ago
JSON representation

Making a restaurant menu page that filters through the different food menus.

Awesome Lists containing this project

README

          

# Restaurent Menu Page

Making a restaurant menu page that filters through the different food menus. This is a fun project that will teach you higher order functions like map, reduce, and filter.

#### Key concepts covered:
* arrays
* objects
* innerHTML
* for()
* addEventListener()
* this


### Screenshots
> ![Menu Screenshot 1](https://github.com/codewithsadee/our-menu/blob/master/assets/images/screenshot-1.png)
> ![Menu Screenshot 2](https://github.com/codewithsadee/our-menu/blob/master/assets/images/screenshot-2.png)
> ![Menu Screenshot 3](https://github.com/codewithsadee/our-menu/blob/master/assets/images/screenshot-3.png)