Skip to content

eric-96/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Calculator

Live View Here

This is a Calculator web application created using HTML, CSS, and JavaScript as part of the Odin Project curriculum, and inspired by Apple's Calculator design. It performs basic arithmetic operations such as addition, subtraction, multiplication, division, and modulo operation. It also allows users to clear the calculator screen and toggle the sign of the displayed number.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Modulo operation
  • Clear button to reset the calculator
  • Toggle sign button to invert the sign of the displayed number

Usage

To use the Calculator, follow these steps:

  • Visit the live view here or clone this repository to your local machine.
  • Open the index.html file in your web browser.
  • Use the calculator buttons to perform arithmetic operations.
  • Use the clear button to reset the calculator.
  • Use the toggle sign button to invert the sign of the displayed number.

Contributing

If you would like to contribute to Calculator, feel free to fork this repository and create a pull request. Contributions are always welcome!

About

A Calculator application created for the @TheOdinProject final Fundamentals project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published