Skip to content

A basic calculator built in React Navite as a learning project

Notifications You must be signed in to change notification settings

edgarbenitez92/basicCalculator

Repository files navigation

Basic Calculator - React Native

Basic Calculator - React Native https://github.com/edgarbenitez92/basicCalculator

A basic calculator built in React Native as a learning project.

How to use

Types mathematical operations

You will be able to perform mathematical operations such as:

  • Sum
  • Subtract
  • Multiply
  • Division

You will be able to use a negative numbers.

You can see what your current operations is and your record operation.

Development environment

Minimum requirements

Run in the root of the project:

$ npm install
$ npx react-native

Android:
$ npx run-android

iOS:
$ npx run-ios

References

Development resources

  • NPM: NPM is the world's largest software registry.
  • React: A JavaScript library for building user interfaces.
  • React Native: A JavaScript library for building mobile user interfaces.
  • Typescript: A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale..