Skip to content

The Restaurant-page project makes use of the DOM manipulation by dynamically rendering a simple restaurant homepage and adding webpack bundle.

Notifications You must be signed in to change notification settings

Rumbie-Mudzie7/Restaurant-page

Repository files navigation

Restaurant-Page

Screenshot

Live Demo

The Restaurant-page project demonstrates the Author's understanding of JavaScript fundamentals, that include Modules, ES6 concepts and DOM Manipulation, among others, by implementing the following requirements of the project:

  1. Initializing the project with npm and setting up webpack.

  2. Creating a src and dist directory with the following contents:

    • an index.js file in src.
    • an index.html file in dist.
  3. Using the DOM Manipulation to manipulate HTML elements in JavaScript.

  4. Setting up the restaurant site to use tabbed browsing to access the Contact and Menu pages.

Built With

  • HTML5, JavaScript, ES6 and CSS3

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Code Editor of your choice
  • Initialize npm by running npm init in your project terminal.
  • Install and run webpack. For guideance on installing and running webpack, please visit

Setup

Author

👤 Rumbidzayi Mudziviri

🤝 Contributing

There are two ways of contributing to this project:

  1. If you see something wrong or not working, please check the issue tracker section, if that problem you met is not in already opened issues then open the issue by clicking on new issue button.
  2. If you have a solution to that, and you are willing to work on it, follow the below steps to contribute:
    1. Fork this repository
    2. Clone it on your local computer by running git clone https://github.com/Rumbie-Mudzie7/Restaurant-page.git Replace Rumbie-Mudzie7 with the username you use on github
    3. Open the cloned repository which appears as a folder on your local computer with your favorite code editor
    4. Create a separate branch off the master branch,
    5. Write your codes which fix the issue you found
    6. Commit and push the branch you created
    7. Raise a pull request, comparing your new created branch with our original master branch here

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Webpack tutorial Microverse Odin Project

📝 License

MIT

About

The Restaurant-page project makes use of the DOM manipulation by dynamically rendering a simple restaurant homepage and adding webpack bundle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published