This is a simple calculator web application created using HTML, CSS, and JavaScript.
Check out the live demo here.
This project was inspired by The Odin Project, an open-source curriculum for learning web development. It serves as a hands-on exercise to practice front-end development skills and JavaScript programming.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Support for decimal numbers.
- AC button to clear the calculator.
- Open the live demo in your web browser.
- Use your mouse or keyboard to input numbers and perform calculations.
- Click the AC button to reset the calculator.