rh9891 / JavascriptCalculator

A simple calculator application utilizing HTML, CSS, and JavaScript.

Home Page:https://rh9891.github.io/JavascriptCalculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Calculator

license

Table of Contents

Description

The Javascript Calculator is a simple calculator application that features HTML, CSS, and the use of JavaScript with event listeners, class constructors, and switch cases to bring about its functionality.

User Story

AS A user  
I WANT to dynamically compute arithmetic operations  
SO THAT I can solve simple problems.  

Features of the Application

GIVEN a calculator application  
WHEN I click on the numbers, operation symbols, clear, and delete 
THEN I will be able to complete my mathematical computations.  

Preview of the Javascript Calculator

Javascript Calculator Landing Page

The following animation demonstrates the application functionality:

To download the above video file of the application functionality, you may do so here.

Links

License

This application does not currently have any licenses.

The user is not permitted to use, modify, or share any parts of it. Though the code for this application is hosted on Github, where you are allowed to view and fork the code, this does not imply that the user is permitted to use, modify, or share the contents of this application for any purpose.

Contributing

If you would like to contribute to this repository, please contact me via Github.

Questions

If you have any questions, comments, or issues regarding this application, please do not hesitate to contact me via Github.

About

A simple calculator application utilizing HTML, CSS, and JavaScript.

https://rh9891.github.io/JavascriptCalculator/


Languages

Language:JavaScript 65.5%Language:HTML 17.9%Language:CSS 16.6%