A free online calculator for simple calculations. The purpose is to help calculate simple arithmetic operations. Only the four basic arithmetic operations are available. Being them:
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
learn more at: https://svelte.dev
Requires Node.js v10+ to run.
Install the dependencies and start the server.
cd calculadora-svelte
npm i
npm run dev
The application is running on http://localhost:5000
Free Software, Hell Yeah!