A simple and responsive calculator built using HTML, CSS, and JavaScript. This project supports basic arithmetic operations like addition, subtraction, multiplication, and division.
- Clean and responsive UI
- Perform basic arithmetic operations (
+
,-
,Γ
,/
) - Decimal support
- Clear button (
C
) to reset input - Error handling for invalid inputs
- HTML5 β for structure
- CSS3 β for styling and layout
- JavaScript (Vanilla JS) β for calculator logic
βββ index.html # Main HTML file
βββ styles.css # Styling for the calculator
βββ script.js # Calculator logic
βββ README.md # Project documentation
- Clone the repository:
git clone https://github.com/sebzcode/JavaScriptCalculator.git
- Navigate into the project folder:
cd JavaScriptCalculator
- Open index.html in your browser.
- Add keyboard support.
- Implement advanced operations (square root, percentage, memory functions, etc.).
- Improve responsive design for smaller screens.
- Developed by sebs