This is a basic calculator website which is intended to showcase my skills and knowledge of HTML, CSS, and JavaScript.
- HTML - used for creating the structure and layout of the calculator website
- CSS - used for styling the calculator website
- JavaScript - used for the functionality of the calculator
- Open this website in your web browser.
- Enter numbers and arithmetic operation to perform calculations.
The calculator can perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It also includes a clear button 'AC' to clear the display and a backspace button '←' to remove the last character. The equal button '=' returns the result of the arithmetic operation entered.
This project is a basic implementation of a calculator website and not intended for resale or production use. However, contributions are welcome to improve its functionality and add new features.