This repository contains the source code for Gericht Restaurant, a website that showcases the restaurant and its menu.
Gericht Restaurant Website is a ReactJS web application that provides information about the restaurant, such as its location, hours of operation, and menu. The user can browse the menu and view information about each dish, such as its ingredients and price.
The website also includes a contact form that allows users to send messages to the restaurant, as well as a reservation system that allows users to make reservations for a table.
Gericht Restaurant Website has been integrated with Firebase, which provides real-time database storage and user authentication.
Gericht Restaurant Website has been created using the following technologies:
- ReactJS - for building the user interface and displaying data.
- Firebase - for user authentication and real-time database storage.
To run Gericht Restaurant Website locally, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/ianclemence/gericht-restaurant.git
. - Navigate to the project directory using
cd gericht-restaurant
. - Run
npm install
to install the necessary dependencies. - Copy the
.env.example
file to.env
and update the necessary environment variables. - Run
npm start
to start the development server. - Visit
http://localhost:3000
in your web browser to view the website.
If you have any questions or issues with Gericht Restaurant Website, please contact me.
This web application is licensed under the MIT license.