An open API service indexing awesome lists of open source software.

https://github.com/laelhalawani/calculator-app


https://github.com/laelhalawani/calculator-app

Last synced: 4 months ago
JSON representation

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

![image](https://github.com/user-attachments/assets/589e571d-8fb7-4956-b5b1-f4eac5fedeb2)