A fully functional calculator for basic calculation and unit conversion.
This project is a React.js application with scss and Typescript.
It includes a basic calculator and a unit convertor.
-
Clone the repository:
git clone https://github.com/codingdestro/calculator.git cd calculator
-
Install dependencies:
npm install
or
yarn
npm run dev
or
yarn dev
Open http://localhost:5173 in your browser to view the application.
To create an optimized production build, run:
npm run build
or
yarn build
This will generate a out directory containing the optimized build.