Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luffytaro22/restaurant-page
- Owner: Luffytaro22
- License: mit
- Created: 2023-06-23T19:44:32.000Z (over 1 year ago)
- Default Branch: developer
- Last Pushed: 2023-06-24T14:16:11.000Z (over 1 year ago)
- Last Synced: 2024-05-17T15:42:39.925Z (7 months ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://luffytaro22.github.io/Restaurant-page/dist/
- Size: 819 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
π Table of Contents
-
π About the Project
- π Live Demo
-
π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
**Restaurant Page** is a website that provide information about an invented Tokyo Sushi Bar Restaurant, following the principle of the SPA.
### Tech Stack
* HTML
* CSS
* Javascript
* Webpack
### Key Features
* SPA.
* Javascript's dynamics.
* Use of Webpack.
## π Live Demo
* [Live Demo](https://luffytaro22.github.io/Restaurant-page/dist/)
### 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/)
π€ **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)
## π Future Features
* More Content.
* Better design.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## βοΈ Show your support
If you like this project please give it a star βοΈ
I would like to give credits to the following:
* **Microverse** for this readme template.
* **The Odin Project** for the idea.
This project is [MIT](./LICENSE) licensed.