Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.05 KB

README.md

File metadata and controls

53 lines (38 loc) · 2.05 KB

Project - Slice-Spot

Author - Edu58

Description

A pizza place web app where your customers order different sizes of pizzas with one or more toppings. It includes use of constructors, prototypes, objects, properties, and methods in JavaScript as well as using jQuery and DOM manipulation & traversal.

Technologies Used

  • HTML
  • CSS
  • Bootstrap 5
  • Google Fonts
  • jQuery

homepage

homepage

This project is potrays a design for a pizza restaurant website. The website is made in HTML, CSS, Bootstrap 5, JavaScript and Jquery. It is fully mobile responsive and will look appealing on any device no matter the screen size.

Mobile reponsiveness is the main reason for using Bootstrap 5. jQuery is used to introduce interactivity like hover effects, fading and element toggle effects. It is also used to get form data and reset the form after successful submission.

Javascript is used to create a constructor for the Order object which is used to create an order object with the required properties. A calculatePrice prototype s also added and is used as logic to determine the price of the order.

order

Setup and Installation

To get this project up and running, You're going to need a few things:

  1. A computer with internet access
  2. A browser of your choice

installation

Clone the repo to your PC/Mac using the link below. Just paste it into yout terminal/CMD.

git clone https://github.com/Edu58/Slice-Spot.git

OR

You can download a zip file

https://github.com/Edu58/Slice-Spot/archive/refs/heads/main.zip

once the download is complete, unzip the folder if zipped. Open the folder and locate the index.html. Right click on it and open it with a browser of your choice.

License info

MIT

for more info, read the LICENSE file at the root of this folder.

Contact