A simple calculator built with HTML, CSS, and JavaScript. It performs basic arithmetic operations through an interactive user interface and was created as part of The Odin Project curriculum.
Link: https://mayn18.github.io/Basic-Calculator/
- Basic arithmetic operations (
+,-,×,÷) - Decimal number support
- Clear (
C) and Delete (Del) functions - Keyboard-friendly and responsive interface
- Retro-inspired UI design
- HTML5
- CSS3
- JavaScript (Vanilla JS)
This project was completed as part of The Odin Project Foundations curriculum.
🔗 https://www.theodinproject.com/lessons/foundations-calculator
Clone the repository:
git clone https://github.com/Mayn18/Basic-Calculator.gitOpen index.html in your browser to start using the calculator.
This project is open source and available under the MIT License.
