GitHunt
AL

AlvaroIsrael/reactnative-calculator

๐Ÿ“Ÿ A basic calculator made with React Native.

๐Ÿ“Ÿ React Native Calculator

Made with โค๏ธ by Alvaro Israel ๐Ÿ‘๐Ÿป Get in Touch!

๐Ÿ—ƒ What is it?

A simple calculator made with React Native.

React Native Calculator

๐Ÿ† Technologies used

๐Ÿ’ป How to run?

Frist navigate inside the project's folder and run npm install to download the proper dependencies. I personally prefer
to use yarn as a package manager, but all commands will work with either yarn or npm. In case you choose npm, just go
for 'npm run ' + command instead of 'yarn' + command.

cd reactnative-calculator
yarn install

cd ios
pod install

cd ..
yarn ios

๐Ÿค Contributing

  1. Fork it (https://github.com/AlvaroIsrael/reactnative-calculator/fork)
  2. Create your feature branch (git checkout -b feature/myAewsomeFeature)
  3. Commit your changes (git commit -am 'Add some new myAewsomeFeature')
  4. Push to the branch (git push origin feature/myAewsomeFeature)
  5. Create a new Pull Request

โญ๏ธ Show your support

Hit the โญ๏ธ button if you like this project!

๐Ÿ“ Licence

This is under GNU license. See LICENSE for more details.

Languages

JavaScript43.9%Java21.4%Objective-C15.2%Ruby12.9%Starlark6.6%

Contributors

GNU General Public License v3.0
Created April 9, 2020
Updated November 30, 2023
AlvaroIsrael/reactnative-calculator | GitHunt