A simple calculator made with HTML, CSS, and JavaScript.
This project is a simple calculator that can perform basic arithmetic operations. It was built using HTML, CSS, and JavaScript. The calculator allows users to enter numbers and perform operations like addition, subtraction, multiplication, division, and modulus. The user interface of the calculator is simple and easy to use.
Addition, subtraction, multiplication, division, and modulus operations.
Simple and intuitive user interface.
Dark and light themes.
Clone the repository
git clone https://github.com/Bruno-freire/calc.js.git
Open the index.html file in your web browser.
Enter the numbers and operations using the buttons provided.
Press the equals (=) button to get the result.
Use the C button to clear the input field.
Use the Copy button to copy the result to the clipboard.
This project was created by OneBitCode.
This project is licensed under the MIT License.
Follow the link to access the website: https://bruno-freire.github.io/Calculadora-Javascript/