https://github.com/stefnotch/quantum-sheet
QuantumSheet - A user friendly mathematics worksheet and solver
https://github.com/stefnotch/quantum-sheet
calculator computer-algebra computer-algebra-system math mathematics pyodide
Last synced: 7 days ago
JSON representation
QuantumSheet - A user friendly mathematics worksheet and solver
- Host: GitHub
- URL: https://github.com/stefnotch/quantum-sheet
- Owner: stefnotch
- License: gpl-3.0
- Created: 2020-06-17T18:55:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T10:44:00.000Z (over 2 years ago)
- Last Synced: 2025-03-29T00:05:18.548Z (25 days ago)
- Topics: calculator, computer-algebra, computer-algebra-system, math, mathematics, pyodide
- Language: TypeScript
- Homepage: https://stefnotch.github.io/quantum-sheet/
- Size: 23.4 MB
- Stars: 55
- Watchers: 9
- Forks: 5
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - quantum-sheet - A web based computer algebra system aka fancy calculator | stefnotch | 24 | (TypeScript)
README
# (Prototype) QuantumSheet
QuantumSheet - A user friendly mathematics worksheet and solver
[**Try it out here**](https://stefnotch.github.io/quantum-sheet/)

## Looking for collaborators
I would really love to develop this project much further and am looking for collaborators. If you want to give it a shot, just respond here https://github.com/stefnotch/quantum-sheet/issues/14
## Roadmap
[Roadmap](https://github.com/stefnotch/quantum-sheet/projects)
## Used Technology
- [Sympy](https://github.com/sympy/sympy) using [Pyodide](https://github.com/pyodide/pyodide)
- [MathLive](https://github.com/arnog/mathlive) for mathematics input
- [Vite](https://github.com/vuejs/vite)
## For Developers
1. Clone the project
2. `npm install`
3. `npm run download:pyodide`
4. `npm run dev`Check out [CONTRIBUTING.md](https://github.com/stefnotch/quantum-sheet/blob/master/CONTRIBUTING.md) for more