Skip to content

This project is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. and more...

License

Notifications You must be signed in to change notification settings

h4jack/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Web Application

This project is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. Users can also use parentheses for grouping expressions and perform exponentiation and modulo operations.

Usage/Examples

visit the hosted site to use the application: Click Here, or copy the link given below and paste it to browser.

http://myloginphp.rf.gd/calculator/
  • Enter your expression using the on-screen buttons or your keyboard.
  • Press "=" to calculate the result.
  • Use the "AC" button to clear the input, and "C" to delete the last character.
  • Click on previous calculations in the history to load them into the input field.

Code Functionality

To View and Understand the Code: Click Here

Download/Installation

Clone the repo and use and analyze the code.

and open the index.html file in your web browser.

git clone https://www.github.com/h4jack/calculator.git calculator
cd calculator

Features

  • Perform basic arithmetic operations:
    • addition (+)
    • subtraction (-)
    • multiplication (*)
    • division (/).
  • Supports parentheses for grouping expressions.
  • Calculate exponentiation (^) and modulo (%) operations.
  • Clear input with the "AC" button and remove the last character with the "C" button.
  • View history of previous calculations.
  • Responsive design for different screen sizes.

Authors

License

MIT

Feedback

If you have any feedback, please reach out to us at Not Available

About

This project is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. and more...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published