An open API service indexing awesome lists of open source software.

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

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
```