https://github.com/adityakrmishra/calculator
https://github.com/adityakrmishra/calculator
animation calculator css css3 dsa html html5 java javascript js json math project py python web website
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adityakrmishra/calculator
- Owner: adityakrmishra
- License: mit
- Created: 2025-03-01T10:49:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:26:50.000Z (over 1 year ago)
- Last Synced: 2025-03-01T12:19:50.653Z (over 1 year ago)
- Topics: animation, calculator, css, css3, dsa, html, html5, java, javascript, js, json, math, project, py, python, web, website
- Language: HTML
- Homepage: https://adityakrmishra.github.io/calculator/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scientific Calculator 🧮
A professional scientific calculator with animated buttons and modern UI, built using HTML, CSS, and JavaScript.
## Features ✨
- **Scientific Functions**:
- Trigonometric functions (sin, cos, tan)
- Logarithmic functions (log, ln)
- Square root (√) and Power (^)
- Factorial (!) operations
- Constants (π, e)
- **Modern UI**:
- Glassmorphism design with blur effects
- Animated button interactions
- Responsive layout
- Professional gradient background
- **Enhanced Functionality**:
- Keyboard support
- Error handling
- Parentheses support
- Percentage calculations
- History tracking
## How to Use 🖱️
1. Click buttons to input numbers and operations
2. Use keyboard shortcuts for faster input
3. Press `=` or Enter to calculate results
4. Press `C` or Escape to clear input
5. Use Backspace to delete last character
## Installation 💻
1. Clone the repository:
```bash
git clone https://github.com/adityakrmishra/scientific-calculator.git
```
2. Open in browser:
``` cd scientific-calculator && open index.html
```
## Technologies Used 🛠️
HTML5
CSS3 (Flexbox, Grid, Animations)
JavaScript (ES6)
Glassmorphism Design
## License 📄
This project is licensed under the MIT License - see the LICENSE.md file for details.