This is a simple calculator application built as a part of The Odin Project's curriculum. It's a web-based application that can perform basic arithmetic operations like addition, subtraction, multiplication, and division.
https://calculator-kmdev.vercel.app/
- Basic arithmetic operations: addition, subtraction, multiplication, division
- Interactive UI with number keys and operation keys
- Responsive design that works on different screen sizes
- Custom cursor
- HTML5
- CSS3
- JavaScript
- Clone this repository to your local machine.
- Open the
index.html
file in your preferred web browser.
This project is a part of The Odin Project's curriculum.
This project is open source and available under the MIT License.