https://github.com/laelhalawani/calculator-app
https://github.com/laelhalawani/calculator-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/laelhalawani/calculator-app
- Owner: laelhalawani
- Created: 2024-11-24T12:48:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T13:12:21.000Z (11 months ago)
- Last Synced: 2025-03-25T11:27:02.447Z (7 months ago)
- Language: Svelte
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A realtime calculator
Simple reactive calculator in Svelte
- Supports keyboard and mouse input
- Calculates expressions in real time and displays the result
- 0-9 numbers
- C to clear
- Backspace to delete last input
- +, -, *, /, ^ operators
- supports decilmas and negative numbers, including negative exponents