This is a basic calculator project in HTML, CSS and JavaScript. It includes the basic operations of addition, subtraction, multiplication and division, as well as some more advanced mathematical functions, such as square root and power.
Access the project link to test: https://calculator-windows-js.vercel.app/
HTML
CSS
JavaScript
Addition, subtraction, multiplication and division of numbers.
Calculating the percentage of a number.
Calculating the square root and power of a number.
Conversion of a number to its multiplicative inverse.
Clearing the last entered digit or the entire screen.
Changing the sign of a number.
Calculation of decimal numbers.
During the development of this project, I had the opportunity to improve my skills in HTML, CSS and JavaScript, as well as delve into concepts of programming logic and applied mathematics.
I created a simple GUI (graphic interface) using HTML and CSS; handled user events using JavaScript;
I created functions that perform basic math operations;
I created functions that perform more advanced math operations like square root and power;
I learned how to work with rounding decimal numbers;
I learned how to create an interactive application that responds to user actions;
If you'd like to contribute to the project, feel free to open an issue or pull request on the GitHub repository. If you find any bugs or have any suggestions for improvement, please leave a comment. Tks!
