Anyiena / calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculator

This is a simple calculator application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations, making it a handy tool for quick calculations.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division

How it Works

The calculator application is designed with a user-friendly interface. Users can click on the on-screen buttons to input numbers and perform operations. The result is displayed in the calculator's screen.

The JavaScript code handles the logic for performing calculations. It listens for button clicks and updates the display accordingly. The CSS ensures a visually pleasing and responsive layout.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Preview

Calculator Application

License

This project is licensed under the GNU License - see the LICENSE file for details.

Author

About


Languages

Language:HTML 76.2%Language:CSS 23.8%