Custom js-calculator

List of requirements

Features:

  • Theme color manager
  • Adaptive design

The app is hosted on the GitHub Pages and is available here.

How to run the app locally

  1. Clone the repo
git clone https://github.com/Nastik1811/calculator-js.git
  1. Install NPM packages
npm install
  1. Optionaly set up a pre-commit hook If you want to experiment with the project and make some changes, consider setting up the pre-commit hook, which ensures you won't push any changes which have errors or don't suit the style guide.
npm run prepare
npm run create-precommit-hook
  1. Run the application in a development mode
npm run start