A simple, responsive, and easy-to-use web calculator built with HTML, CSS, and JavaScript. Perfect for performing basic arithmetic operations quickly and efficiently! ๐ปโจ
Check it out here: Basic Web Calculator Live ๐
- โ Addition, Subtraction, Multiplication, and Division
- โ
Clear (
C
) button to reset the calculation - โ Responsive design โ works on desktop and mobile
- โ Lightweight and fast โก
- Enter numbers using the number buttons.
- Click an operator (
+
,-
,ร
,รท
). - Click
=
to get the result. - Click
C
to clear the input.
- HTML5
- CSS3
- JavaScript
This project is deployed on Vercel. You can also clone and run it locally:
git clone https://github.com/Yangbel1628/Basic-web-calculator
cd basic-web-calculator
open index.html