Skip to content

geek-ankush/Basic_Calculator_JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Calculater

A simple web-based calculator built using HTML, CSS, and JavaScript.

Table of Contents

  1. Description.
  2. Demo.
  3. Features.
  4. Technologies Used.
  5. Installation.
  6. Usage.
  7. License.

Description

This is a basic calculator built with HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. Additionally, it includes a decimal point button, a button to toggle between positive and negative numbers, and a button to clear the input.

Demo

You can see a live demo of the calculator here.

Features

  • Addition, subtraction, multiplication, and division
  • Decimal point button
  • Toggle between positive and negative numbers
  • Clear input button

Technologies Used

  • HTML
  • CSS
  • JavaScript

Installation

  • Clone the repository.
  • Open the index.html file in your browser.

Usage

  • Enter the first number.
  • Click on an arithmetic operator.
  • Enter the second number.
  • Click on the equals button to get the result.

License

This project is licensed under the MIT License.