This is a simple calculator application built using HTML, CSS, and JavaScript. The calculator can perform basic arithmetic operations like addition, subtraction, multiplication, and division.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Clear button to reset the calculator.
- Responsive design that works on various screen sizes.
Check out the live version of the calculator here.
- Clone the repository:
git clone https://github.com/ManasCodeLab/calculator.git
- Navigate to the project directory:
cd calculator - Open the
index.htmlfile in your preferred web browser.
- Enter numbers and click on the arithmetic operations to perform calculations.
- Use the
ACbutton to clear the input. - Click
=to see the result.
Contributions are welcome! If you would like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is open-source and available under the MIT License.
Manas Arora - LinkedIn - Twitter
Project Link: https://github.com/ManasCodeLab/calculator