Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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