Skip to content

cristian-sbardelotto/calculator

Repository files navigation

Calculator

The project simulates a simple calculator, with basic operations.

Technologies   |    Operations   |    Installation   |    Layout      


Project preview

🖱️ Technologies

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

📟 Operations

The Website has 5 operations:

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Modulus (remainder of a division)

It still has 3 functions, which are essential for a calculator:

  • Clear (removes all entered numbers from the display)
  • Remove (removes the last digit from the display)
  • Equals (calculates the operation typed in the display)

🖥️ Layout


To see the Deploy, check THIS LINK


📤 Installation

Firstly, you need to clone the project on your machine:


git clone https://github.com/cristian-sbardelotto/calculator


To contribute, you need to use the Live Sass Compiler to modify the style:


Download here.




To run the project on your browser, install the live-server extension, right click on the HTML file and go to 'Open with Live Server' option.


Download here.



Enjoy this project!

Developed with ❤️ by Cristian Sbardelotto

LinkedIn GitHub