Skip to content

olamide203/calc-app

Repository files navigation

Calc app

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.

Screenshot

Links

Built with

  • React - JS library
  • hyoka - Math library
  • SCSS
  • CSS Grid
  • Mobile-first workflow

Installation

this project uses pnpm as a package manager. to install it, run the following command:

npm install -g pnpm

clone the repository:

  git clone git@github.com:olamide203/calc-app.git

cd into the project directory and install the dependencies:

  cd calc-app
  pnpm install
  pnpm run start

License

MIT