/Calculator

Build a basic Calculator

Primary LanguageJavaScript

Calculator

This project is part of the Odin Project Foundations Course . The goal of this project is to build a simple calculator with basic math functions.

Demo

You can try out the calculator here.

Technologies Used

This project was built using:

  • HTML
  • CSS
  • JavaScript

Installation and Setup

No installation is required as the project can be accessed through the provided link. However, if you wish to run the project locally, you can clone the repository and open the index.html file in your web browser.

Usage

The calculator is designed to perform basic math operations, including addition, subtraction, multiplication, and division. The calculator also includes a clear button and a decimal point button for inputting floating-point numbers.

To use the calculator, simply click on the number buttons to input the first and second numbers of the operation. Then, click on one of the math operator buttons to select the desired operation. Finally, click the equal button to display the result.