A futuristic, interactive calculator with stunning visual effects and smooth animations. Built with HTML, CSS, and JavaScript.
- Stunning Space Theme with animated twinkling stars
- 3D Tilt Effect that responds to mouse movement
- Glowing Neon UI with cyan and magenta accents
- Interactive Animations on button presses
- Full Keyboard Support for quick calculations
- Responsive Design that works on all screen sizes
- HTML5
- CSS3 (with animations and transforms)
- JavaScript (ES6)
- Google Fonts (Orbitron and Press Start 2P)
- Clone this repository
- Open
index.html
in your browser - Perform calculations using:
- Mouse clicks
- Keyboard input (0-9, +, -, *, /, Enter, Backspace, Escape)
Easily customize by editing these CSS variables in style.css
:
:root {
--primary: #00f7ff; /* Main glow color */
--secondary: #ff00aa; /* Accent color */
--bg: #0a0a20; /* Background color */
--display-bg: #001515; /* Display background */
--button-bg: #1a1a3a; /* Button background */
}