Skip to content

jonexist/Calculator-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Calculator Project

This is a basic calculator project that allows users to perform simple arithmetic operations such as addition, subtraction, multiplication, and division. It is built using HTML, CSS, and JavaScript.

Features

  • Addition: Perform addition of two numbers.
  • Subtraction: Perform subtraction of two numbers.
  • Multiplication: Perform multiplication of two numbers.
  • Division: Perform division of two numbers.

Technologies Used

  • HTML: Used for the structure and layout of the calculator.
  • CSS: Used for styling the calculator interface.
  • SASS: Used for writing modular and maintainable CSS code by providing features like variables and nesting. It helps in organizing and structuring the stylesheets for the calculator project.
  • JavaScript: Used for implementing the calculator's functionality.