Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
antd css-modules html javascript motionone nextjs react
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T20:22:57.000Z (10 months ago)
- Last Synced: 2024-03-19T10:29:31.289Z (10 months ago)
- Topics: antd, css-modules, html, javascript, motionone, nextjs, react
- Language: TypeScript
- Homepage: https://magentakitchen.vercel.app
- Size: 6.61 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- 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
![restaurant-menu](https://github.com/leoMirandaa/restaurant-menu/assets/61714687/369b8904-b0d8-4756-a79f-c9cd7089cce8)
## 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
```