An open API service indexing awesome lists of open source software.

https://github.com/annal001/deep-dish-pizzeria

A web application of a fictional pizzeria (Deep Dish Pizzeria) that allows users to place order(s) for their pizzas online, in terms of size, type of crust and toppings
https://github.com/annal001/deep-dish-pizzeria

bootstrap5 css3 html5 javascript jquery media-queries

Last synced: about 2 months ago
JSON representation

A web application of a fictional pizzeria (Deep Dish Pizzeria) that allows users to place order(s) for their pizzas online, in terms of size, type of crust and toppings

Awesome Lists containing this project

README

        

# Deep Dish Pizzeria
#### A web application of a fictional pizzeria(Deep Dish Pizzeria) that allows users to place orders for their pizzas in terms of size, type of crust and toppings.
#### By **[Lynn Nyangon](https://github.com/AnnaL001)**
##### Light theme
![An image of the web application](./images/webapp.png)
##### Dark theme
![An image of the web application in dark mode](./images/dark-theme-webapp.png)
## Description
A web application of a fictional pizzeria(Deep Dish Pizzeria) that allows users to place orders of pizzas and based on the size,type of crust and toppings, the price of the pizza is comuputed. In addition to that, if a user would like for the pizza to be delivered, an additional cost is added to the total price of pizzas ordered to generate the overall cost of the order. Besides this, their location information is also recorded and form inputs validated.Finally, a user can switch between dark theme and light theme depending on their preference.
## Setup/Installation Requirements
* Using a mobile device/laptop ensure you have access to stable internet connection
* To access the web application's code from your GitHub repository, you can fork the repository main's branch via the 'Fork' button.
* To access the web application's code locally, you can clone the main branch or download the ZIP folder via the 'Code' button
* Once locally, you can view the web application code via a text editor
* Otherwise to view the web application, navigate to the live site below:

[Live site](https://annal001.github.io/deep-dish-pizzeria/)
## Dependencies
* jQuery - For easy manipulation of the DOM
* Bootstrap - For predefined styles thus speeding up development time
## Technologies Used
* HTML - For the web application structure
* CSS - For custom styling of the web application elements
* JS - For defining User Interface(UI) behavior and handling business logic
## Known bugs/issues
* The dark theme does not survive page reload/refresh.
## Support and contact details
In case of any queries you can reach out via email; [email protected]
### License
MIT License
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.

Copyright (c) 2022 **Lynn Nyangon**