This is a simple Calculator App using vanilla JavaScript. It includes basic arithmetic operations, decimals numbers and an option to clear calculator screen.
git clone https://github.com/saadfrhan/calculator-js
cd calculator-js
pnpm i
pnpm dev
Now open your browser and go to http://localhost:5173
.