Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App

Welcome to the Calculator App! This simple calculator allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It also supports additional features like percentage, and modulo operations.

Features

  • Perform basic arithmetic operations: addition, subtraction, multiplication, division.
  • Additional operations: square root, percentage, and modulo.
  • Responsive design for optimal viewing on various devices.
  • Error handling for invalid inputs.

Usage

  1. Basic Arithmetic Operations:

    • Click on the numeric buttons (0-9) to input numbers.
    • Click on the operation buttons (+, -, *, /) to perform arithmetic operations.
    • Click on the "=" button to calculate the result.
  2. Additional Operations:

    • Square Root: Enter a number and click on the "sqrt" button to calculate its square root.
    • Percentage: Enter a number and click on the "%" button to calculate its percentage.
    • Modulo: Enter two numbers and click on the "mod" button to calculate the remainder of the division.
  3. Clear and Delete:

    • Click on the "C" button to clear the input.
    • Click on the "DEL" button to delete the last character.
  4. Responsive Design:

    • The calculator app is responsive and adjusts its layout to fit various screen sizes, ensuring optimal viewing experience across devices.

Technologies Used

  • HTML
  • CSS (with responsive media queries)
  • JavaScript

You can simply clone this repository to your local machine and open the index.html file in your browser to start using the Calculator App.

git clone https://github.com/yourusername/calculator-app.git
cd calculator-app

License

This project is licensed under the MIT License - see the MIT LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages