Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 669 Bytes

JavaScript Calculator

Welcome to the JavaScript Calculator project! This simple calculator allows you to perform basic arithmetic operations right in your web browser.

Features

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)

Live Demo

You can try out the live demo of the calculator here.

Installation

To run the calculator locally on your machine, follow these steps:

Prerequisites

  • Web browser (e.g., Chrome, Firefox, Safari)

Setup

  1. Clone the repository:
    git clone https://github.com/anasahammad/Calculator-With-JS
    cd Calculator-With-JS