restaurant-page

Stars
2

Table of Contents

About The Project

Link to the live version

This is a restaurant Page made by purely JavaScript,using webpacker and dynamically rendering the entire contents of the website using JavaScript.

Built With

This progam was made using this technologies

Getting Started

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

Installation

  1. Clone the repo
git clone https://github.com/abruzy/restaurant-page

Principles Employed

  1. Modules are imported and exported in order to keep the code clean and readable
  2. Style and Css loaders are employed by webpacker to integrate the css file into the dist folder
  3. Image loaders are employed to load images by webpacker
  4. The 'tabbing' design is employed to toggle different contents on the page per time
  5. JavaScript is employed for DOM manipulation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/abruzy/restaurant-page

Acknowledgements