Project

Calculator

Language

HTML5, CSS, JavaScript + JQuery

Description

This version of the calculator project evaluates operations in infix notation. Eventually, I would like to build a web application for restaurants where customers can order food from their phone. The orders would be sent to the kitchen as one order for the table, but each customer would be billed separately, unless they choose to split, or one person opts to purchase the whole meal. Building the calculator is the first part of the project, which I'll modify to evaluate total prices, taxes and tips. Next, I'll be building a simple module for ordering food.