coymeetsworld / basic-js-calculator

Basic mathematical calculator implemented with JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic JavaScript Calculator

Description

This is an implementation of a basic mathematical calculator that can computer addition, subtraction, product and quotients of numbers. It can also convert to percentages and use decimal numbers.

Live Demo

https://coymeetsworld.github.io/basic-js-calculator/

Preview image of the Calculator app

Instructions

A user can click the numerical or operational buttons and the app will behave as a desk calculator would.

About

The Basic JavaScript Calculator was written by Coy Sanders as a requirement in the Advanced Front-End Development Projects for FreeCodeCamp to earn the Front-End Development Certification.

software is licensed under the License: MIT

Copyright (c) 2017

About

Basic mathematical calculator implemented with JavaScript


Languages

Language:JavaScript 45.5%Language:CSS 35.8%Language:HTML 18.7%