Skip to content

This is a simple calculator made up with the help of basic HTML, CSS and JS. It can calculate the ordinary functions of a simple calculator(like addition, subtraction, division and multiplication).

Notifications You must be signed in to change notification settings

dasabhijit2004/simple_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

A simple, responsive calculator built using HTML, CSS, and JavaScript.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Clear (AC) and delete (DEL) functionalities.
  • Responsive design with a modern and minimalistic UI.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/calculator.git
  2. Navigate to the project directory:

    cd calculator
  3. Open calculator.html in your browser to start using the calculator.

Usage

  • Enter numbers and select operations using the provided buttons.
  • Use the AC button to clear all input, and the DEL button to delete the last entry.
  • Press the = button to calculate the result.

Files

  • calculator.html: The main HTML file containing the structure of the calculator.
  • calculator.css: The CSS file for styling the calculator.
  • calculator.js: The JavaScript file for adding functionality to the calculator.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss potential changes.

Acknowledgements

  • Fonts used in this project are imported from Google Fonts.
  • Special thanks to the open-source community for providing tools and resources to help build this project.

About

This is a simple calculator made up with the help of basic HTML, CSS and JS. It can calculate the ordinary functions of a simple calculator(like addition, subtraction, division and multiplication).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published