This is my very first project — a simple calculator that can perform basic arithmetic operations like Addition, Subtraction, Multiplication, and Division.
- Add two numbers ➕
- Subtract two numbers ➖
- Multiply two numbers ✖️
- Divide two numbers ➗
- Beginner-friendly and easy to understand
- [Screenshot 2025-09-04 202101.png]
Clone this repository:
git clone https://github.com/cha861/firstcalculator.git
🛠️ Tech Used
Language: HTML,CSS, JavaScript
No external libraries needed
##💡 Future Ideas
Add support for more operations (square root, power, modulus)
Create a GUI version with buttons
Deploy it as a web app