Skip to content

A simple calculator made using HTML, CSS, and JavaScript. This calculator has a minimalistic design and includes all the basic features.

Notifications You must be signed in to change notification settings

ranaahmed786/Simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-calculator

This is a simple and minimalistic calculator created using HTML, CSS, and JavaScript. The calculator includes all basic arithmetic operations and features a clean user interface.

Table of Contents

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Clear display

Demo

image

Usage

To use this calculator, follow these steps:

  1. Open the Calculator:

    • Open index.html in your web browser. You will see the calculator interface with a display and buttons.
  2. Perform Calculations:

    • Click on the number buttons (0-9) to enter numbers.
    • Click on the operator buttons (+, -, *, /) to perform arithmetic operations.
    • Click on the C button to clear the display and reset the calculator.
    • Click on the = button to calculate the result of the entered expression.

Example

  1. Click on 1.
  2. Click on +.
  3. Click on 2.
  4. Click on =.

The display will show 3.

Installation

  1. Clone the repository
  2. Click on the index.html file and open it on your browser.

contributions

All contributions are welcomed to futher enhance the calculator,Please feel free to submit a Pull Request.

About

A simple calculator made using HTML, CSS, and JavaScript. This calculator has a minimalistic design and includes all the basic features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages