About | Features | Technologies | Requirements | Starting | Author
Build a calculator app using React Native.
✔️ common features in calculator app like (+, -, *, /));
The following tools were used in this project:
Before starting 🏁, you need to have Git, Node and React Native installed.
# Clone this project
$ git clone https://github.com/bharat407/Calculator.git
# Access
$ cd calculator-app
# Install dependencies
$ npm install or yarn install
# Run the project
$ yarn ios or npx react-native run-ios // for iOS
$ yarn android or npx react-native run-android // for Android
Made with ❤️ by bharat407