Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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




React


Next


Typescript


Antd


MotionOne


## 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
```