Svelte-Calculator Svelte Themes

Svelte Calculator

🔵🟠A simple calculator app built using Svelte

🧮 Svelte Calculator

A simple calculator application built using Svelte. This project demonstrates the use of reactive components and state management in Svelte.

🚀 Features

  • Basic arithmetic operations: Addition, Subtraction, Multiplication, and Division.
  • Lightweight and fast, thanks to Svelte's reactivity.
  • Responsive design for different screen sizes.

🧮 Demo

Click Here

🛠 Installation

1️⃣ Clone the Repository

git clone https://github.com/mufasa-dev/Svelte-Calculator.git cd svelte-calculator

2️⃣ Install Dependencies

npm install

3️⃣ Start Development Server

npm run dev Then open your browser and visit http://localhost:5173/ to use the calculator.

🏗 Usage

Simply enter numbers and operations using the UI buttons or keyboard. The result updates dynamically.

Top categories

Loading Svelte Themes