# Flipdish Menu Renderer
This project makes a API call and displays the data for Flipdish restaurant menus. I spent approximately 5-6 hours to complete the project. It opted for NextJS to leverage Server Side Rendering, Tailwind CSS, React, and Vitest.
- Render Flipdish restaurant menu
- Choose a suitable layout and style to render the menu
- Display menu item name and image
- Show description and price (optional)
The Flipdish menu combines products (MenuSectionItems & MenuOptionSetItems) and layout in a single structure, known as the Menu.
- None at the moment.
- Implement option to display menu item description and price.
- Improve responsiveness for various screen sizes.
- Implement unit & integration tests
- Persist Data from API in local storage and implement search functionality
- NextJs
- Tailwind CSS
- React
- Vitest