calculator-react-app icon indicating copy to clipboard operation
calculator-react-app copied to clipboard

Functional calculator built in React, styled using Sass.

Calculator React App

Functional calculator built in React, styled using Sass.

What I Learned:

  • Using Sass variables, nesting, operators and mixins
  • Improved React syntax and efficiency
  • Mapping through JSON files

GitHub Pages:

Link:

https://jarodburchill.github.io/calculator-react-app

Preview:

alt text

Installation:

git clone https://github.com/jarodburchill/calculator-react-app
cd calculator-react-app
npm install
npm start