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.
- Addition: Perform addition of two numbers.
- Subtraction: Perform subtraction of two numbers.
- Multiplication: Perform multiplication of two numbers.
- Division: Perform division of two numbers.
- 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.