Skip to content

pritampp2004/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Calculator

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.

About

using HTML, CSS, JAVASCRIPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published