Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luffytaro22/restaurant-page

Restaurant Page is a website that provide information about an invented Tokyo Sushi Bar Restaurant, following the principle of the SPA.
https://github.com/luffytaro22/restaurant-page

css html javascript webpack

Last synced: about 1 month ago
JSON representation

Restaurant Page is a website that provide information about an invented Tokyo Sushi Bar Restaurant, following the principle of the SPA.

Awesome Lists containing this project

README

        

πŸ“— Table of Contents


# πŸ“– Restaurant Page

**Restaurant Page** is a website that provide information about an invented Tokyo Sushi Bar Restaurant, following the principle of the SPA.

## πŸ›  Built With

### Tech Stack

* HTML
* CSS
* Javascript
* Webpack

### Key Features
* SPA.
* Javascript's dynamics.
* Use of Webpack.

(back to top)

## πŸš€ Live Demo
* [Live Demo](https://luffytaro22.github.io/Restaurant-page/dist/)

(back to top)

## πŸ’» Getting Started

### Prerequisites
In order to run this project you need to have:

- A Text Editor.
- A Browser.

### Setup
To clone this repository to your desired folder, run the following command:

```
git clone [email protected]:Luffytaro22/Restaurant-page.git
```

### Install
```
npm install
```

This will download all this dependencies:

* Install Webpack

```
npm install webpack webpack-cli --save-dev
```

* Install style and css loader

```
npm install --save-dev style-loader css-loader
```

* Install HTML Webpack plugin

```
npm install --save-dev html-webpack-plugin
```

* Install Webpack-dev-server

```
npm install --save-dev webpack-dev-server
```
* Install Jest

```
npm install --save-dev jest
```
* Install Webhint

```
npm install --save-dev [email protected]
```
* Install Stylelint

```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
* Install ESLint

```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]`
```
* Install Babel

```
npm install --save-dev babel-jest @babel/core @babel/preset-env`
```


### Usage

Initialize it with

```
npm run start
```

### Deployment
You can deploy this project with [This Link](https://luffytaro22.github.io/Restaurant-page/dist/)

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Manuel SΓ‘nchez**

- GitHub: [@githubhandle](https://github.com/Luffytaro22)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/manuel-alejandro-sanchez-sierra-4b358b14a/)
- Twitter: [@twitterhandle](https://twitter.com/Luffytaro_san22)

(back to top)

## πŸ”­ Future Features
* More Content.
* Better design.

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support
If you like this project please give it a star ⭐️

(back to top)

## πŸ™ Acknowledgments

I would like to give credits to the following:
* **Microverse** for this readme template.
* **The Odin Project** for the idea.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)