Problem
Local restaurant needed a website that would attract customers and include an online menu that the client could update and maintain.
Solution
Built a brand new website from conceptual design all the way through completion. Utilized Webflow as it provided the client an easy way to update their menu items.
Highlights
Take a closer look at the specifics of the different elements and functionality I included in this project.
Menu Items
The food and drinks menu is constructed with the Webflow CMS Collections tool that allowed for the creation of menu items inside of menu groups. This allowed for products to be added to the menu automatically once created without the need for manually placing them on the page.
Menu Functionality
With the help of custom JavaScript I over came an issue during development where if all the menu dropdowns were open the page would become very long and difficult to navigate. I set listeners on each of the dropdowns so that when one is clicked it closes all others and updates the state of the toggle arrows.