Obskurath / calculator

A simple and intuitive web-based calculator application using HTML, CSS, and JavaScript. Features basic arithmetic operations, percentage calculations, and keyboard input support.

Home Page:https://obskurath.github.io/calculator/

Repository from Github https://github.comObskurath/calculatorRepository from Github https://github.comObskurath/calculator

๐Ÿงฎ Calculator

A simple calculator web application.

โœจ Features

  • โž• Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • ๐Ÿ“Š Percentage calculations.
  • ๐Ÿงน Clear screen functionality.
  • โŒจ๏ธ Keyboard input support.

โš™๏ธ Setup

  1. Clone the repository.
  2. Open the project in Visual Studio Code.
  3. Install the Live Server extension in Visual Studio Code.
  4. Open index.html and start the Live Server to view the calculator in your browser.

๐Ÿš€ Usage

  • Click the buttons or use the keyboard to input numbers and operations.
  • Press C or Escape to clear the screen.
  • Press Enter or = to perform the calculation.

๐Ÿ“„ Files

  • index.html: The main HTML file containing the structure of the calculator.
  • script.js: The JavaScript file containing the logic for the calculator.
  • style.css: The CSS file containing the styles for the calculator.
  • .vscode/settings.json: Configuration file for Visual Studio Code Live Server settings.

๐Ÿ“œ License

This project is licensed under the MIT License.

About

A simple and intuitive web-based calculator application using HTML, CSS, and JavaScript. Features basic arithmetic operations, percentage calculations, and keyboard input support.

https://obskurath.github.io/calculator/

License:MIT License


Languages

Language:JavaScript 47.9%Language:HTML 28.2%Language:CSS 23.8%