Calculator

This is a simple calculator app developed with Next.js. Cannot guarantee the accuracy of the results from the calculator.

Live preview: https://calculator-olive-sigma.vercel.app/

To Build and Run Locally

  1. Install dependancies by:
npm install
# or
yarn install
# or
pnpm install
  1. Then, run the development server by:
npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.