restaurant-menu
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
Technologies used
![]() |
|
|
|
|
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
- Clone this repositoy:
git clone https://github.com/leoMirandaa/restaurant-menu.git
- Go into project
cd restaurant-menu
- Install dependencies
npm install
- Run project
npm run dev