This is a scientific calclulator built with React as a solution to the calculator app challenge on Frontend Mentor. it can run on native devices as a PWA and on the web.
- Solution URL: frontendmentor.io
- Live Site URL: hyocalc
this project uses pnpm as a package manager. to install it, run the following command:
npm install -g pnpm
clone the repository:
git clone [email protected]:olamide203/calc-app.git
cd into the project directory and install the dependencies:
cd calc-app
pnpm install
pnpm run start