MSTC-DA-IICT / REST-API-Node

Node JS project for Hacktoberfest 2021. Maintained by MSTC.
MIT License
2 stars 20 forks source link

Create menu page #60

Closed hlavu closed 2 years ago

hlavu commented 2 years ago

Hi @YashTrivedi21, here are some modifications I have made for issue #59, please take a look and let me know if you want some changes.

And some pictures about the menu page:

Slider

image

Food Items

When user clicks on an item in menu section, its name will be added to the url as a query parameter, based on this parameter the menu.ejs will know which content it should display.

image

image

image

image

YashTrivedi21 commented 2 years ago

Good work! I can see many improvements.