The project simulates a simple calculator, with basic operations.
Technologies | Operations | Installation | Layout
This project was made with the following technologies/libraries:
- HTML
- Live-server (Extension to auto-reload the page when it's modified)
- SASS
- Sass Compiler (Extension to compile .scss files to pure CSS)
- JavaScript
- Git
- Github
- Addition
- Subtraction
- Multiplication
- Division
- Modulus (remainder of a division)
- Clear (removes all entered numbers from the display)
- Remove (removes the last digit from the display)
- Equals (calculates the operation typed in the display)
To see the Deploy, check THIS LINK
git clone https://github.com/cristian-sbardelotto/calculator
Developed with ❤️ by Cristian Sbardelotto