Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T10:44:00.000Z (over 2 years ago)
- Last Synced: 2024-10-05T10:14:44.737Z (4 months 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: 10
- 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/)
![Screenshot](./screenshot.png)
## 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