Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonexist/calculator-js
- Owner: jonexist
- Created: 2024-01-25T02:23:58.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T01:47:49.000Z (12 months ago)
- Last Synced: 2024-01-31T02:43:17.313Z (12 months ago)
- Topics: grid-flexbox, html-css-javascript, sass
- Language: SCSS
- Homepage: https://calculator-js-001.netlify.app/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.