restaurant-menu icon indicating copy to clipboard operation
restaurant-menu copied to clipboard

Elegant restaurant menu made with Next(Pages Router), CSS modules, Antd and Motion One

Magenta kitchen

Next.js + TypeScript + Ant Design + Motion One.

Restaurant menu with the ability to update menu items in real-time at scheduled intervals, it provides a dynamic experience for customers. Each menu item is presented with an appealing design, enhancing its visual appeal and making it easy for customers to explore. Live Demo

restaurant-menu

Technologies used


React Next Typescript Antd MotionOne

Features

  • [x] Responsive design
  • [x] Server side rendering(SSR)
  • [x] Real-Time Updates with Data Fetching
  • [x] Meta Tags
  • [x] Interactive Menu
  • [x] Branding and Personalizations

How to install

  1. Clone this repositoy:
git clone https://github.com/leoMirandaa/restaurant-menu.git
  1. Go into project
cd restaurant-menu
  1. Install dependencies
npm install
  1. Run project
npm run dev