https://github.com/stephtr/qalculator
Progressive Web app for calculating the awesome way
https://github.com/stephtr/qalculator
calculator scientific-calculator
Last synced: 6 months ago
JSON representation
Progressive Web app for calculating the awesome way
- Host: GitHub
- URL: https://github.com/stephtr/qalculator
- Owner: stephtr
- License: gpl-2.0
- Created: 2022-02-07T23:57:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T23:33:18.000Z (9 months ago)
- Last Synced: 2025-03-23T19:03:44.652Z (7 months ago)
- Topics: calculator, scientific-calculator
- Language: C++
- Homepage: https://qalculator.xyz/
- Size: 15.5 MB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qalculator.xyz
A calculator for the web, based on [libqalculate by Hanna Knutsson](https://github.com/Qalculate/libqalculate)
Work on an updated version has started, see the [v2 branch](https://github.com/stephtr/qalculator/tree/v2).
Live at https://qalculator.xyz/
[](https://qalculator.xyz/)## Development
This repo is split into two parts:
- `lib` is responsible for building a web assembly based on [`libqalculate`](https://github.com/Qalculate/libqalculate).
- `website` is the progressive web app (a SvelteKit website)