This is a mobile application made with Javascript using React Native. Its a calculator, pretend to be the same calculator of iPhone/IOS systems.
To run it, you must have NPM and React Native CLI installed in your OS
Now its all ready, you will need to run the follow commands in your terminal:
npm install
To install projects and its dependencies, then:
react-native start
To start the JS Server, and finally:
With a emulator or device connected react-native run-android
or react-native run-ios
(Depends on your system)