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

https://github.com/rh9891/javascriptcalculator

A simple calculator application utilizing HTML, CSS, and JavaScript.
https://github.com/rh9891/javascriptcalculator

css css-gradients html javascript javascript-calculator

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Javascript Calculator

[![license](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)

## Table of Contents
* [Description](#description)
* [User Story](#user-story)
* [Features of the Application](#features-of-the-application)
* [Preview of the Javascript Calculator](#preview-of-the-javascript-calculator)
* [Links](#links)
* [License](#license)
* [Contributing](#contributing)
* [Questions](#questions)

## 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](assets/images/javascriptCalculatorLandingPage.png)

The following animation demonstrates the application functionality:



To download the above video file of the application functionality, you may do so [here](https://github.com/rh9891/JavascriptCalculator/blob/master/assets/videos/javascriptCalculatorFunctionalityPreview.mp4).

## Links
- [Deployed Application](https://rh9891.github.io/JavascriptCalculator/)
- [Github Repository](https://github.com/rh9891/JavascriptCalculator)

## 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](https://github.com/rh9891).

## Questions

If you have any questions, comments, or issues regarding this application, please do not hesitate to contact me via [Github](https://github.com/rh9891).