Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.69 KB

README.md

File metadata and controls

69 lines (50 loc) · 1.69 KB

Magenta kitchen

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

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