Awesome
<h1> <img src="https://bbodi.github.io/notecalc3/assets/logo.png" alt="logo" width="300"/> </h1>What is NoteCalc?
NoteCalc is a handy notepad with a smart builtin calculator.
Honestly, it just tries to be a free Soulver alternative in your browser.
Run locally
First, you will need to make sure that the following tools are installed:
rustup
. Instructions herenpm
. Instructions herewasm-pack
. Instructions hereserve
. Simply run:npm install -g serve
Once the above tools are installed, you can run:
git clone https://github.com/bbodi/notecalc3.git
./compile_and_run.bat
Then, open your browser and go to http://localhost:5000/notecalc.
Libraries used
Huge thanks for the following libraries