Skip to content

Kumar72/JS-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

A simple JavaScript calculator-app developed with atom that allows user to conduct basic calculation.

In This Document

  1. How to Execute
  2. Class Structure Overview

How to Execute

  • The web-app is hosted on: insert URL here
  • Download the entire program as a .war file here

Instructions

  1. User arrives on landing page.
  2. User can conduct any of the following operations allowed by the calculator(+ - / * ^ %).
  3. The input and the output are displayed on the screen.
  4. User can clear the data by pressing 'C'.
  5. User can also change the sign of the inputed value from + to - and viseversa.

Class Structure Overview

About

A basic calculator application made using HTML, JavaScript, and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors