Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ideepakpg/react-restaurant-app

Restaurant App
https://github.com/ideepakpg/react-restaurant-app

config html html5 json jsx material-ui materialui nodejs react react-components react-hooks react-redux react-router react-router-dom reactjs restaurant restaurant-website vite vite-plugin vitejs

Last synced: about 14 hours ago
JSON representation

Restaurant App

Awesome Lists containing this project

README

        

# React Restaurant App

Welcome to React Restaurant App! This is a sample restaurant application built using React, Material-UI, and Vite. It allows users to browse the restaurant's menu and explore various dishes.

## Features

- Browse the Menu: View a list of delicious dishes available at our restaurant.
- Responsive Design: The app is designed to work seamlessly across different devices.

## Demo

Check out the live demo of the app: [React Restaurant App Demo](https://ideepakpg.github.io/react-restaurant-app/)

## Technologies Used

- [React](https://reactjs.org/)
- [Material-UI](https://mui.com/)
- [Vite](https://vitejs.dev/)

## Getting Started

### Prerequisites

- [Node.js](https://nodejs.org/en) (npm)

### Installation

1. Clone the repository:

```sh
git clone https://github.com/ideepakpg/react-restaurant-app.git
```
2. Navigate to the project directory
```
cd react-restaurant-app
```
3. Install dependencies:
```
npm install
```
4. Start the development server:
```
npm run dev
```
This will launch the app in development mode. Open your browser and navigate to `http://localhost:5173` to see the app.

6. To build the app for production, run:
```sh
npm run build
```