https://github.com/machariamark/mixitpizza
My own a pizza place as a way of trying to widen my overall customer base, I decided to create a web application where my customers order different sizes of pizzas with one or more toppings.
https://github.com/machariamark/mixitpizza
Last synced: about 1 year ago
JSON representation
My own a pizza place as a way of trying to widen my overall customer base, I decided to create a web application where my customers order different sizes of pizzas with one or more toppings.
- Host: GitHub
- URL: https://github.com/machariamark/mixitpizza
- Owner: MachariaMark
- License: mit
- Created: 2021-07-30T06:36:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T18:10:37.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T08:11:19.490Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://machariamark.github.io/mixitpizza/
- Size: 6.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## MIX IT PIZZA
30.07.2021
#### By **MARK MUCHIRI MACHARIA**
## Description
My own a pizza place as a way of trying to widen my overall customer base, I decided to create a web application where my customers order different sizes of pizzas with one or more toppings.
## Link to live site on GitHub Pages
https://machariamark.github.io/mixitpizza/
## Setup
* Clone this repo to your desktop
* run this in your terminal "git remove set-url" if you wish to have it into your repository
* create a directory for this project
* run "atom ." in you terminal
## Known Bugs
No known bugs.
## Behavior driven devlopment (BDD)
| Intention | Action | Behaviour |
| ---------------- |:--------------------:| ---------------------------:|
| menu |hover | zooms in |
| toppings |hover | zooms in |
| toppings |drag left or right | carousel options |
| name input |key in | defines name value |
| size option |select size | defines size value |
| crust option |select crust | defines crust value |
| toppings option |select toppings | defines toppings value |
| contacts option |key in | defines contacts value |
| delivery option |select | defines delivery value |
| amount input |key in | defines amount value |
| instructionsinput|key in | defines instructions value |
| checkout button |click | excecutes the function |
* Hovering over the pizza menu options zooms in the card.
* Hovering over toppings images zooms in and displays word overlay.
* A form for input with Name, pizza and delivery inputs.
* A submit button.
* A receipt is received after submitting
* An alert is received after submitting
## Technologies Used
* Used HTML to create forms.
* Used bootstrap and a custom css stylesheet for styling.
* JavaScript for functionality
* JQuery for animations and styling.
## Support and contact details
For feedback contact me through;
* @mark.macharia@student.moringaschool.com
* 0759329269
### License
This project is licensed under the terms of the MIT license.
Copyright (c) 2021 **Mark Muchiri Macharia**