Skip to content

imshaaz21/Simple-Calculator

Repository files navigation

Simple JavaScript Calculator

This is a simple JavaScript calculator that performs basic arithmetic operations. It takes two numbers as input and returns the result of the selected operation.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Technologies Used
  • HTML
  • CSS
  • JavaScript

Getting Started

To get started with the calculator, simply download the project and open the index.html file in your browser.

Usage

  • Enter the first number in the input field
  • Select the desired operation labeled "Operation"
  • Enter the second number in the input field
  • Click the "=" button to perform the calculation
  • The result will be displayed in the calculator's dsiplay

License

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