Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ideepakpg/react-restaurant-app
- Owner: ideepakpg
- License: mit
- Created: 2023-08-23T15:41:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T14:22:59.000Z (over 1 year ago)
- Last Synced: 2024-12-02T15:22:01.113Z (about 2 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```