/Oregano

Welcome to Oregano Pizza. What do you need? We'll find it for you and deliver it in a few minutes. Order from the comfort of your home and our Oregano will bring it to your doorstep.

Primary LanguageHTML

Oregano

Welcome to Oregano Pizza. What do you need? We'll find it for you and deliver it in a few minutes. Order from the comfort of your home and our Oregano will bring it to your doorstep.

oregano.png

Prerequisites

  • Have Git installed.
  • Have a text editor installed e.g VS Code, Atom

Technologies Used

  • HTML, CSS, Bootstrap and JavaScript
  • Any text editor of your choise.

Setup/Installation Requirements

  • Open your terminal (ctrl+alt+T).
  • Initialize git on your terminal.
  • git clone https://github.com/YomZsamora/Oregano.git.
  • open the 'oregano' folder.
  • Open the file named index.html on your preferred browser.
  • Enter your pizza of choice into the input boxes.
  • Click Submit.
  • Wait for the response from the web application to let you the pizza is coming.

Behavior Driven Development

BDD(Behavior Driven Development) focuses on users being able to identify the kind of triangle they have.

This requires users to input various lengths , submit and wait for result.

Input output Purpose
Click the pizza image get a brief definition of the kind of pizza Pick your choice
Click the topping image get a brief definition of the kind of topping Pick your choice
Click the crust image get a brief definition of the kind of crust Pick your choice
Once selection is done, click order get your total price With the price in mind you can choose to add another order or Checkout
Click checkout once satisfied An alert will appear Choose whether or not you would like your pizza delivered to your place
Enter location and click the complete button you will receive a notification letting you know a rider is coming to deliver wait for your pizza

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Known Bugs

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

License

MIT Copyright (c) 2022 Yommie Samora

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.