Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonexist/calculator-js


https://github.com/jonexist/calculator-js

grid-flexbox html-css-javascript sass

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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.