/calculator

It is an offline calculator that can help you do the math even when losing internet connection.

Primary LanguageC++MIT LicenseMIT

Calculator

It is an offline calculator that can help you do the math even when losing internet connection.

Standard Calculator Screen

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See bundling for notes on how to bundle the project for starting the calculator and distribution.

Prerequisites

  • Windows 10 32/64-bit
  • Visual Studio 2019 and later
    1. In Visual Studio Installer, click Modify button of the installed Visual Studio version that you want to use for this repository.
    2. Then, select Desktop development with C++ under Desktop & Mobile section.
    3. Next, go to Individual components and type "git" in the search box.
    4. You should be able to see Git for Windows and Github Extensions for Visual Studio and select both of them.
    5. Finally, you are now ready to hit Modify button and wait for them to be installed.
  • Visual Studio Code 1.45.1 and later (optional but preferable)
  • Node.js 14.3.0 and later

Installing

In the terminal, run

npm install

and wait for it to finish.

Running the tests

In the terminal, run

npm test

and wait for it to finish.

Bundling

In the terminal, run

npm run bundle

and wait for it to finish.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details