Project focused on learning how to develop an application in React Native.
The project has the idea of taking the input values and performing arithmetic operations according to the user's decision.
Before you begin, make sure you have met the following requirements:
- You need the latest version of
Node
,Python3
,Java JDK
andAndroid Studio
on your machine.
If you need installation instructions, click here.
To install Simple Calculator, follow these steps:
1ΒΊ Clone the repository.
> git clone https://github.com/joabehenrique/simple-calculator.git
2ΒΊ Run command
> npm install
> npm start
> npm run android
To use Simple Calculator, follow these steps:
With the project running on your android emulator, you can perform mathematical operations:
such as addition, subtraction, division, and multiplication.
To contribute to Simple Calculator, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <nome_branch>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Send to the original branch:
git push origin Simple Calculator / <local>
- Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request
We thank the following people who contributed to this project:
Joabe Henrique [Author] |
Do you want to be part of this project? Click here and read how to contribute.
This project is under license. See the license file for more details.