https://github.com/leomirandaa/restaurant-menu
Elegant restaurant menu made with Next(Pages Router), CSS modules, Antd and Motion One
https://github.com/leomirandaa/restaurant-menu
ant-design antd antdesign css-modules html javascript motionone nextjs react
Last synced: 9 months ago
JSON representation
Elegant restaurant menu made with Next(Pages Router), CSS modules, Antd and Motion One
- Host: GitHub
- URL: https://github.com/leomirandaa/restaurant-menu
- Owner: leoMirandaa
- Created: 2023-05-25T23:43:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T20:22:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T18:50:32.262Z (10 months ago)
- Topics: ant-design, antd, antdesign, css-modules, html, javascript, motionone, nextjs, react
- Language: TypeScript
- Homepage: https://magentakitchen.vercel.app
- Size: 6.61 MB
- Stars: 23
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Clone this repositoy:
```bash
git clone https://github.com/leoMirandaa/restaurant-menu.git
```
2. Go into project
```bash
cd restaurant-menu
```
3. Install dependencies
```bash
npm install
```
4. Run project
```bash
npm run dev
```