https://github.com/ebeagusamuel/js-restaurantpage
A Restuarant page built with es6 and webpack.
https://github.com/ebeagusamuel/js-restaurantpage
es6-javascript webpack
Last synced: 2 months ago
JSON representation
A Restuarant page built with es6 and webpack.
- Host: GitHub
- URL: https://github.com/ebeagusamuel/js-restaurantpage
- Owner: ebeagusamuel
- License: mit
- Created: 2020-09-09T08:50:45.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2020-09-30T18:55:12.000Z (over 4 years ago)
- Last Synced: 2025-02-13T17:19:55.886Z (4 months ago)
- Topics: es6-javascript, webpack
- Language: JavaScript
- Homepage: https://raw.githack.com/ebeagusamuel/JS-restaurantpage/development/dist/index.html
- Size: 8.15 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS-ResturantPage
> A single page website using JavaScript was built using WebPacker.
> Webpacker was used to bundle the stylesheets, images and various JS files.
> Clicking a navbar tab wipes out the current contents of the page and then renders the new contents from a different JS file.
## Built With
- HTML
- CSS
- JavaScript
- WebPack## Live Website
[Live Link](https://raw.githack.com/ebeagusamuel/JS-restaurantpage/development/dist/index.html)
## Getting Started
To get a local copy up and running follow these steps:
### Prerequisites
- Basic knowledge of Html, CSS and JavaScript
- A Code Editor
- Git### Usage
- Fork/Clone this project to your local machine
- Open `index.html` in your browser
- run `npm run dev` so that webpack will bundle all the assests and js files.## Authors
👤 **Ebeagu Samuel**
- Github: [@ebeagusamuel](https://github.com/ebeagusamuel)
- Twitter: [@ebeagu_samuel](https://twitter.com/ebeagu_samuel)
- LinkedIn: [Ebeagu Samuel](https://linkedin.com/in/ebeagusamuel)
- Email: [[email protected]](mailto:[email protected])## 🤝 Contributing
Contributions and feature requests are welcome!
Start by:
- Forking the project
- Cloning the project to your local machine
- `cd` into the project directory
- Run `git checkout -b your-branch-name`
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
[The Odin Project](https://www.theodinproject.com/courses/javascript/lessons/restaurant-page)