Skip to content

Tharidi2002/Simple-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

Screenshot 2026-01-30 084920

A basic calculator built using HTML, CSS, and JavaScript. This calculator can perform four primary arithmetic operations: addition, subtraction, multiplication, and division.

Project Structure

  • index.html: The main HTML file containing the structure of the calculator.
  • style.css: CSS file to style the calculator interface.
  • script.js: JavaScript file to implement the calculator's functionality.

Features

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

Demo

How to Use

  1. Enter the first number.
  2. Select an operator (+, -, *, /).
  3. Enter the second number.
  4. Press the "=" button to see the result.
  5. To clear the input, press the "C" or "Clear" button.

Technologies Used

  • HTML: To structure the content.
  • CSS: To style the calculator interface.
  • JavaScript: To add the calculator's interactive functionality.

About

A simple calculator web application that performs basic arithmetic operations: addition, subtraction, multiplication, and division. Built with HTML, CSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors