A simple calculator application built using Svelte. This project demonstrates the use of reactive components and state management in Svelte.
git clone https://github.com/mufasa-dev/Svelte-Calculator.git cd svelte-calculator
npm install
npm run dev Then open your browser and visit http://localhost:5173/ to use the calculator.
Simply enter numbers and operations using the UI buttons or keyboard. The result updates dynamically.