Skip to content

AhmadK98/CalculatorApp

Repository files navigation

CalculatorApp

A simple calculator made with React! Some cool features include keyboard input and direct copying and pasting, check it out on my Github page (Also works well on mobiles)

Instructions to get started

 npm install
 npm run dev

This will host the app @ http:https://localhost:5173/

To run the tests simply run, this project uses vitest:

  npm run test

To deploy this to your own Github page, fork to your own repo and in package.json, find and replace "homepage":"https://<username>.github.io/" and run npm run deploy.