using HTML, CSS, JAVASCRIPT
π Key Features Standard Arithmetic: Handles addition, subtraction, multiplication, and division with ease.
Keyboard Support: Fully functional via mouse clicks or physical keyboard input.
Precision Logic: Handles decimal calculations and prevents multiple decimal points in a single number.
Clear & Delete: Includes "All Clear" (AC) and a backspace function for quick corrections.
Responsive UI: Beautifully crafted with CSS (Glassmorphism/Neumorphism style) that works on all screen sizes.
π οΈ Built With HTML5: Structured for accessibility and semantic clarity.
CSS3: Featuring custom properties (variables), Flexbox for centering, and smooth transitions.
JavaScript (ES6): Utilizes eval() (or a custom logic parser) and event delegation for high-performance interaction.
πΉοΈ How to Use Mouse: Click the buttons on the screen to perform calculations.
Keyboard:
Numbers (0-9) & Operators (+, -, *, /)
Enter or = for result.
Backspace to delete the last character.
π Project Structure Plaintext
βββ index.html # Main structure βββ style.css # Layout and Design βββ script.js # Calculation Logic
π Installation To run this project locally:
Clone the repository: git clone (https://github.com/pritampp2004/Calculator) Open index.html in your browser.
Esc to clear the screen.