svelte-calculator Svelte Themes

Svelte Calculator

A basic arithmetic calculator built with Svelte.

Svelte Calculator

IN PROGRESS This recreational project is still under development.

A basic arithmetic calculator built with Svelte.

Powered by create-svelte.

Todo

  • Build layout
  • Implement modifier functions
  • Complete View logic
  • Implement operator logic
  • Calculate & render to View

Developing

Install dependencies with npm install or npm i, then start a development server:

npm run develop

# or start the server and open the app in a new browser tab
npm run develop -- --open

Building

To create a production version Svelte Calculator:

npm run build

You can preview the production build with npm run preview.

To deploy, you may need to install & configure an adapter for your target environment.

Top categories

Loading Svelte Themes