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
- Responsive design
- Server side rendering(SSR)
- Real-Time Updates with Data Fetching
- Meta Tags
- Interactive Menu
- Branding and Personalizations
- 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