Coder Social home page Coder Social logo

janweek4project's Introduction

Authored by Brian Sturgis

Updated on Jan 22nd, v1.0 2021

Pizza Parlor

Application Description

This is a weekly project for the January Cohort at Epicodus. This is a website for a pizza company where a user can choose one or more individual toppings (cheese, pepperoni, artichoke, anchovy, etc) and a size to order a pizza and see the final cost.

The projects objectives were to complete the following (MVP)

  • Allow the user to choose toppings and size for the pizza they'd like to order.
  • Create a pizza object constructor with properties for toppings and size.
  • Create a prototype method for the cost of a pizza depending on the selections chosen. Use your own formula for this.
  • Style the application with CSS and images.
  • Allow users to order more than one pizza with different toppings.
  • Display the list of pizzas ordered as links that can be clicked for details.

Known Bugs

  • button placement needs work and some of them are too big
  • css layout is a wireframe at this point.

Setup/Installation Requirements

  • repository location (https://github.com/BrianSturgis/JanWee4Project)
  • open through a git terminal or clone editor.
  • got to repo location.
  • using git commands clone to local repo
  • or click "download" and unpack on machine
  • open the index.html file to view the website
  • THIS APPLICATION IS INTENDED TO BE USED FULL SCREEN, IN A BROWSER WINDOW, LANDSCAPE.

GIT HUB

GIT HUB PAGES

## SPECS

Describe: Pizza();
Test: "This will create an instance of Pizza "
Expect:(newPizza).toEqual=new PizzaOrder("Brian","large"); Expect: newPizza.name.toEqual("Brian")

Describe: Pizza.addToppings()
Test: "This will push topping values to array"
Expect: newPizza.pushToppings().toEqual(newPizza.toppings = [1 , 3, 4]);
Test: "This will add topping values together"
Expect: newPizza.addToppings().toEqual(8)

Describe: Pizza.addSize(num);
Test: "This will add value to this.size"
Expect: newOrder.addSize(5).toEqual(5); 

Describe: Pizza.totalPrice();
Test: "This will add this.toppings and this.size values."
Expect: newPizza.totalPrice(1, 2).toEqual(3);

Describe: UserOrder.addPizza()
Test: "This will add and instance of Pizza to an instance of UserOrder"
Expect: newOrder.order().toEqual([newPizza])

Stretch goals

  • Images, styling, and custom animations used in UI.
  • Animated UI

Support and contact details

email Brian Sturgis @ [email protected]

Technologies Used

  • HTML
  • Bootstrap
  • CSS
  • Jquery
  • Visual Studio Code
  • Git
  • GitHub
  • coffee
  • Adobe Photoshop
  • nes.css

Resources Quoted

  • w3schools
  • Wikipedia
  • Udemy.com
  • you tube

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) 2020 Brian Micheal Sturgis

janweek4project's People

Contributors

briansturgis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.