https://github.com/stpfeffer/restaurant-react
A modern website for a restaurant using ReactJS
https://github.com/stpfeffer/restaurant-react
Last synced: 19 days ago
JSON representation
A modern website for a restaurant using ReactJS
- Host: GitHub
- URL: https://github.com/stpfeffer/restaurant-react
- Owner: StPfeffer
- Created: 2022-10-24T16:06:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T12:07:53.000Z (over 3 years ago)
- Last Synced: 2025-02-28T05:59:55.573Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 42.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gericht Restaurant
This website was made following the youtube video [Build and Deploy a Fully Responsive Restaurant Website with Modern UI and UX in ReactJS](https://www.youtube.com/watch?v=4oV65GVVits) in order to familiarize myself with the ReactJS framework.
## Usage
If you don't have Node.js, you can follow the installation guides from [Node.js](https://nodejs.org/en/) website.
If you already have Node.js installed in your machine, simply run the following commands in your terminal:
```
$ git clone https://github.com/StPfeffer/restaurante.git
$ cd restaurant-react
$ npm start
```