Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 665 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 665 Bytes

Calculator

A simple calculator that can perform basic arithmetic operations built using Vue.js.

Calculator

Development

Prerequisites

  • Node.js
  • pnpm

Setup

  1. Clone the repository and navigate to the project directory
  2. Install the dependencies using pnpm install
  3. Run the development server using pnpm dev
  4. Open the browser and navigate to http://localhost:5173/

Deployment

The project is deployed to netlify and can be accessed here

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request if you have any suggestions or improvements.