This project is a basic calculator created using HTML, CSS, and JavaScript. It provides essential arithmetic operations such as addition, subtraction, multiplication, and division.
- Simple and intuitive user interface
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Responsive design for different screen sizes
- HTML: For structuring the web page
- CSS: For styling the web page
- JavaScript: For implementing the calculator's functionality
-
Clone the repository to your local machine:
git clone https://github.com/CookieByte5/Calculator.git
-
Navigate to the project directory:
cd Calculator -
Open the
index.htmlfile in your web browser to use the calculator.
index.html: The main HTML file that contains the structure of the calculator.style.css: The CSS file that styles the calculator.script.js: The JavaScript file that adds functionality to the calculator.
https://abacus-cal.netlify.app/
This project is open source and available under the MIT License.
If you'd like to contribute to this project, please fork the repository and submit a pull request.
For any questions or feedback, please contact me at [your-email@example.com].