Skip to content

theabinashpanda/restaurant_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Explorer

Restaurant Explorer is a React application that showcases information about a restaurant, its menu, reviews, and upcoming events. It includes a simple mock API server to serve the required data.

Table of Contents

Features

  • Display restaurant details, including awards, ambiance, sustainability initiatives, and upcoming events.
  • Showcase menu items categorized into artisanal appetizers, global fusion entrees, and epicurean indulgences.
  • Display reviews from customers.
  • Simple filters for refining the displayed content.

Tech Stack

  • ReactJS
  • JSON Server (for mock API)

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/theabinashpanda/restaurant_app
cd restaurant_app
  1. Install dependencies
npm install

Running the App

  1. Start the mock API server:
npm run mockapi
  1. Start the React application:
npm start

Additional Features

  • Google Map Integration: A link to Google Maps with the restaurant's coordinates.
  • Trending Dishes: Display trending or recommended dishes based on ratings.
  • Images for Food: Enhance the visual appeal by adding images for each menu item.

REST API

  • The mock API is created using json-server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published