Simple Calculator App
This is a basic calculator made using HTML, CSS, and JavaScript. It helps you do simple math like add, subtract, multiply, and divide.
What it can do:
- Click number buttons to type numbers.
- Use +, -, *, and / buttons to choose what you want to do.
- Press = to get the result.
- Press C to clear and start again.
π Live Demo: Click here
Tools Used:
- HTML for the structure.
- CSS for colors, layout, and animations.
- JavaScript to make the calculator work.
How to use:
- Open the index.html file in any browser.
- Start clicking buttons to calculate.
Made this project to practice basic web development skills.