A responsive and modern calculator built with HTML, CSS, and JavaScript. This project supports basic arithmetic operations and scientific functions like square roots, logarithms, and exponentiation.
- Basic arithmetic operations (+, -, *, /, %)
- Scientific functions (√, x², log)
- Calculation history
- Responsive design for desktop and mobile
basic-calculator/
├── assets/
│ └── screenshot.png
├── LICENSE
├── index.html
├── styles.css
├── script.js
└── README.md
-
Clone the repository:
git clone https://github.com/marwan-ahmed-23/basic-calculator.git
-
Open
index.html
in your browser.
Contributions are welcome! Feel free to fork the repository and submit a pull request.
Feel free to star ⭐ this repository if you find it helpful!