This is a simple calculator app built using Svelte. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division 🔢.
Clone the repository:
git clone https://github.com/MrMDrX/Svelte-Calculator.git
Install dependencies:
cd Svelte-Calculator
pnpm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:5173
to view and use the app.
Contributions are welcome! Please create a new branch and submit a pull request for any new features or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.