Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clementmadiot/web_design_gerich_restaurant_react

Fully Responsive Restaurant Website with Modern UI and UX in ReactJS
https://github.com/clementmadiot/web_design_gerich_restaurant_react

Last synced: 12 days ago
JSON representation

Fully Responsive Restaurant Website with Modern UI and UX in ReactJS

Awesome Lists containing this project

README

        

# Create React App

Geritch is a full responsive, Landing Page restaurant using "React"


Geritch

Geritch


##
📋 Summary

- ✨ [Introduction](#introduction)
- 🛠 [Technology Used](#tech-stack)
- 🚀 [Launch App](#launch-app)
- 🎨 [Styling](#style)

##
✨ Introduction

Web design of the luxurious restaurant. Explore the handcrafted cocktails and the Chef Kevin Luo's culinary vision.

##
🛠 Technology Used

- [react-icon](https://www.npmjs.com/package/react-icons)
Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using.

##
🚀 Launch App


**Cloning the Repository**

```bash
git clone {git remote URL}
```


**installation**

> After cloning the repository, run the command `npm install` to install the project's dependencies.

> Once the dependencies are installed, start the project with the command `npm start`.

##
🚀 Styling

Global styling color defined using CSS in the src/index.css file.

```
:root {
--font-base: 'Cormorant Upright', serif;
--font-alt: 'Open Sans', sans-serif;

--color-golden: #DCCA87;
--color-black: #0C0C0C;
--color-gray: #545454;
--color-crimson: #F5EFDB;
--color-grey: #AAAAAA;
--color-white: #FFFFFF;
}
```