Skip to content

ideepakpg/react-restaurant-app

Repository files navigation

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

Technologies Used

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    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.

  5. To build the app for production, run:

    npm run build