A simple calculator for modular arithmetic. It can calculate the sum, difference, product, and quotient of two numbers modulo a given modulus.
To build the calculator, run the following command in the root directory of the project:
npm install
npm run tauri build