Ehiane / myCalcApp

myCalculatorApp is a simple calculator web application built with HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🖩 myCalculatorApp

myCalculatorApp is a simple calculator web application built with HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Demo

calc demo - Made with Clipchamp

Features

  • Responsive design: The calculator is designed to be responsive and work well on various screen sizes.
  • AC (All Clear) button: Clears the input and resets the calculator to its initial state.
  • DEL (Delete) button: Removes the last character from the input.
  • Percentage button: Calculates the percentage of the current input value.
  • Basic arithmetic operations: Addition, subtraction, multiplication, and division.
  • Equal button: Evaluates the input expression and displays the result.

Prerequisites

  • Web browser (Google Chrome, Mozilla Firefox, etc.)

Getting Started

To get a local copy of the project up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Ehiane/myCalcApp.git
  2. Navigate to the project directory:

cd myCalcApp

Usage

  1. Enter numbers and perform calculations:
  2. Click on the calculator buttons to input numbers or operators.
  3. The input field displays the current input and calculated result.
  4. Use the AC button to clear the input and start a new calculation.
  5. Use the DEL button to delete the last entered character.
  6. Use the percentage button to calculate the percentage of the current input value.
  7. Press the equal (=) button to evaluate the expression and display the result.

Technologies Used

  • HTML
  • CSS
  • JavaScript

License

This project is licensed under the MIT License.

Acknowledgements

Contact

About

myCalculatorApp is a simple calculator web application built with HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.


Languages

Language:CSS 43.5%Language:HTML 37.0%Language:JavaScript 19.5%