A simple web-based calculator created using HTML and CSS.
This project is a basic calculator built with HTML for the structure and CSS for styling. It provides essential arithmetic operations such as addition, subtraction, multiplication, and division.
- Addition
- Subtraction
- Multiplication
- Division
Web browser (Google Chrome, Firefox, Safari, etc.)
- Clone the repository: gh repo clone DarshanSuresh/BasicCalculator
- Open the index.html file in your preferred web browser.
- Launch the calculator by opening the index.html file.
- Perform calculations using the provided buttons.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch (git checkout -b feature/your-feature)
- Make your changes
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin feature/your-feature)
- Create a pull request
Inspiration: [https://youtu.be/cGgLHJGyS34?si=RjaJM9j2X9jMeAIY]
