Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belsman/restaurant-page
https://github.com/belsman/restaurant-page
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/belsman/restaurant-page
- Owner: belsman
- Created: 2020-12-08T09:44:03.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2020-12-09T16:15:45.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T07:37:35.302Z (over 1 year ago)
- Language: JavaScript
- Size: 527 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Project: Restaurant Page
> This project comes after the introduction of the ES6 class keyword, ES6 modules, and webpack. The main goal of this project is for the student to show the understanding of the benefits of modularized code as well as the ability to set up a javascript application made of different modules using webpack.
![screenshot](./image/screenshot.png)
## Live demo
🔗 [visit the page](https://stupefied-shannon-6eeba9.netlify.app/)
## Built With
- Javascript (ES6)
- HTML / CSS
- Bootstrap 4
- Font awesome icons
- Webpack## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
In order for ```restaurant``` to work locally on your machine, you need these installations:
- Nodejs and npm
- Web Browser### Install
1) Open the Terminal
2) Run```sh
git clone https://github.com/belsman/Restaurant-Page.git
```or, for SSH:
```sh
git clone [email protected]:belsman/Restaurant-Page.git
```3) Run ```cd Restaurant-Page``` to enter the main directory
4) Run ```npm install```
5) Run ```npm run build```
6) Run ```cd dist/```
8) Open the ```index.html``` in our browser
9) View page and play with source code!
`## Author
👤 **Bello Babakolo**
- Github: [@belsman](https://github.com/belsman)
- Twitter: [@d_belsman](https://twitter.com/d_belsman)
- Linkdin: [Bello Babakolo](https://www.linkedin.com/in/bello-babakolo-b23b17145/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse for showing the way for this project to happen
- [Freepik for the awesome background Image](https://www.freepik.com/free-photos-vectors/food)