A simple web-based calculator built using HTML, CSS, and JavaScript. It performs basic arithmetic operations like addition, subtraction, multiplication, and division.
✅ User-friendly interface
✅ Supports addition, subtraction, multiplication, and division
✅ Responsive design for different screen sizes
✅ Lightweight and fast
- Enter numbers using the buttons or your keyboard
- Choose an operation (+, -, ×, ÷)
- Press "=" to see the result
- Click "C" to clear the screen
Live Demo (TBD)
Clone the repository and open index.html in your browser.
git clone https://github.com/alderrr/project-calc.git
cd project-calc/1.0
open index.htmlThis project is open-source and available under the MIT License.