Skip to content

ebeagusamuel/JS-restaurantpage

Repository files navigation

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.

Screenshot from 2020-09-11 10-52-48

Built With

  • HTML
  • CSS
  • JavaScript
  • WebPack

Live Website

Live Link

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

🤝 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