Mobile Calculator is a mobile application that allows you to perform basic arithmetic operations, keep a history for each operation with the initial value and also obtain percentages.
- Fork the project: by clicking the fork button (located at the top right corner)
- Clone the project:
git clone https://github.com/<your username>/Mobile-App-Calculator - Install dependencies:
npm installor usenpm i - Run the project:
npm run android - Do the necessary improvements and make a commit:
git commit -am "<commit message>"or usegit add .and thengit commit -m "<commit message>" - Upload changes to the repository created with the fork:
git push origin <branch name> - Create a pull request to the original project.
